2.2. Migrating a repository from Red Hat JBoss BRMS 5.3

To migrate data from JBoss BRMS 5, do the following:
  1. Download the migration tool from Red Hat Customer Portal and unzip the downloaded zip archive.
  2. For production databases, copy the JDBC driver for the database that is used by the JCR repository into the libs directory of the migration tool.
  3. On the command line, move into the bin/ directory of the exploded zip archive.
    In a Unix environment, run:
    ./runMigration.sh -i <source-path> -o <destination-path> -r <repository-name>
    In a Windows environment, run:
    ./runMigration.bat -i <source-path> -o <destination-path> -r <repository-name>
    Where:
    • <source-path> is the path to the source JCR repository.
    • <destination-path> is the path to the destination git VFS.
    • <repository-name> is an arbitrary name for the new repository.
    The repository is then migrated to the specified location.