I need to migrate my enterprise installation from 10.6 to 10.7.1. But unfortunately the can´t use the same name...
How can I make the backup and restore in this situation? Will I have to republish all my data manually?
Thank´s
Solved! Go to Solution.
If the URL is changing between the environments, then you have a few options:
1) Match the hostname initially, use the DR tool to restore a backup from one site to another, then update all content after, then upgrade, (or upgrade then move content)
2) Use the Python API to clone content between the two environments
3) Recreate everything manually
If the URL is changing between the environments, then you have a few options:
1) Match the hostname initially, use the DR tool to restore a backup from one site to another, then update all content after, then upgrade, (or upgrade then move content)
2) Use the Python API to clone content between the two environments
3) Recreate everything manually
Thank you