Hello,
We are trying to migrate our old RDB Postgres repository to Mongo.
This is the command I have used

java -verbose -cp "oak-upgrade-1.34.0.jar:postgresql-42.2.17.jar"
org.apache.jackrabbit.oak.upgrade.cli.OakUpgrade --src-user=***
--src-password=*** 'jdbc:postgresql://SRC_HOST:5432/aaaa'
mongodb://***:***@DEST
_HOST:27017/migration-poc&authSource=admin

This transfers node, settings, clusternodes, and journal tables to Mongo.
We also have
abc_settings, abc_nodes, abc_journal, abc_clusternodes which is not
migrated. abc is our prefix.

Could you please let us know the right way to run the command so it copies
prefixed tables as well ?

Thanks,
Mayur

Reply via email to