Just wanted clarity on copying an instance. While I understand this is designed for fresh instances (cloning), you can copy over existing instances. I wanted to find out what happens in this case.
Does it:
- Delete the target instance and copy over the with the source?
- Copy over all existing files (modules / app) etc?
- Copy some? If so what?
- Data models? How is this handled?
- Users? If they already exist or perhaps their profile data has changed?
- some combination of the above?
If we could get some info here that would be great.