Version 1 (modified by 17 years ago) ( diff ) | ,
---|
Migrate the repository
Here are the steps on how to migrate your data from MGOS 1.2 to MGOS 2.0 (note that these steps could take a long time if you have large repositories):
- Shut down the existing MG Server (MGOS 1.2) if it is running.
- Change to the RepositoryAdmin directory (e.g. "C:\Program Files\MapGuideOpenSource\Server\RepositoryAdmin" or "/usr/local/mapguide/server/RepositoryAdmin").
- Run BackUpOnlineRepositories.bat (or BackUpOnlineRepositories.sh for Linux).
- Run RestoreRepositories.bat (or RestoreRepositories.sh for Linux).
- Uninstall MGOS 1.2. Note that the existing repositories will not get removed.
- Install the new MGOS 2.0 Server. Note that the Server will fail to start if it tries to open old repositories.
- Change to the RepositoryAdmin directory (e.g. "C:\Program Files\MapGuideOpenSource\Server\RepositoryAdmin" or "/usr/local/mapguide/server/RepositoryAdmin", etc.).
- Run UpgradeRepositories.bat (or UpgradeRepositories.sh for Linux).
- Run SetupRepositoryIndices.bat (or SetupRepositoryIndices.sh for Linux).
The above steps are required because of the Oracle Berkeley DB XML upgrade.
Note:
See TracWiki
for help on using the wiki.