The following description is for transferring an existing copy of Traverse from a UNIX platform to a Windows platform.
Transferring Traverse from UNIX Platform to Windows Platform
etc/traverse.init
stop.cd <TRAVERSE_HOME>
utils/databaseUtil.pl --action export --file /tmp/provdb.xml
/tmp/provdb.xml
to a temporary location on the Windows host.c:
cd <TRAVERSE_HOME>
utils\databaseUtil.pl --action import --file C:\temp\provdb.xml
Substitute the correct path if provdb.xml
is in a location other than c:\temp
. When prompted to proceed with this operation, enter y
. The command takes a few minutes depending on how many objects are configured in the database from the UNIX host.
<TRAVERSE_HOME>/database/mysql/aggregateddatadb
directory and extract the files under the same directory on the Windows host.etc/licenseKey.xml
) from the UNIX host to the Windows host.Note: Step 2 and Step 3 are only applicable for migrating the host that is running BVE/Web Application. Likewise, Step 4 is only for migrating the DGE host.