Lost Control
-
This was really awesome until I lost control over my staging sites. I was trying to make a clone of a staging site from the staging site’s dashboard and it broke the chain.
Originally, here’s the setup:
- website.com
- website.com/preview1
- website.com/staging
(parent)
(clone 1)
(clone 2)
Then, I was trying to achieve:
- website.com
- website.com/preview1
- website.com/staging
- website.com/preview2
(parent)
(clone 1)
(clone 2 – parent)
(clone of clone 2)
But I when I accidentally cloned staging from within the staging I got:
- website.com
- website.com/preview1
- website.com/staging
- website.com/staging/preview2
(parent)
(clone 1 // broken)
(clone 2 – parent)
(child of clone 2)
Now any new clones of website.com won’t clone as promised. By “broken” I mean the url shows the WordPress Installation Wizard. I checked the MySQL database and indeed, all tables for preview1_wp_ have been wiped clean. This is completed unexpected.
Is this a bug?
- The topic ‘Lost Control’ is closed to new replies.