wiki:1.2to2.0MigrationInstructions

Version 8 (modified by tomfukushima, 16 years ago) ( diff )

--

Migrate the repository

The repository needs to be migrated because of the Oracle Berkeley DB XML upgrade.

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):

  1. Shut down the existing MG Server (MGOS 1.2) if it is running.
  1. Change to the RepositoryAdmin directory (e.g. "C:\Program Files\MapGuideOpenSource\Server\RepositoryAdmin" or "/usr/local/mapguide/server/RepositoryAdmin").
  1. Run BackUpOnlineRepositories.bat (or BackUpOnlineRepositories.sh for Linux).
  1. Run RestoreRepositories.bat (or RestoreRepositories.sh for Linux).
  1. Windows: uninstall the 1.2 server (note that this does not delete the existing repositories). Or stop the server and try out the instructions for a side-by-side install: http://trac.osgeo.org/mapguide/wiki/InstallSideBySide1.2and2.0Apache.
  1. Install the new MGOS 2.0 Server. Note that the Server will fail to start if it tries to open old repositories.
  1. Shut down the newly installed MG Server (MGOS 2.2) if it is running.
  1. Copy the repositories over to your new install. (From "C:\Program Files\MapGuideOpenSource\Server\!Repositories" to "C:\Program Files\!MapGuideOpenSource2.0\Server\!Repositories" on Windows.)
  1. Change to the RepositoryAdmin directory (e.g. "C:\Program Files\!MapGuideOpenSource2.0\Server\RepositoryAdmin" or "/usr/local/mapguide/server/RepositoryAdmin", etc.).
  1. Run UpgradeRepositories.bat (or UpgradeRepositories.sh for Linux).
  1. Run SetupRepositoryIndices.bat (or SetupRepositoryIndices.sh for Linux).
  1. Start your 2.0 server.
Note: See TracWiki for help on using the wiki.