I want mongoDB to have a database with a name like in sym_router (TARGET_CATALOG_NAME), for some tables different databases
but SymmetricDS creates with the name "default".
It saves all tables in one database(default), ignoring tartget_catalog_name.
It does not use the router target catalog and schema (as the documentation states). It uses a single property mongodb.default.databasename. You could add an issue to the tracker to have this feature added fully.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, i configured symmetricds and pass from MySQL to mongoDB using instructions
https://github.com/dinkarthakur/symmetric-mongo
I want mongoDB to have a database with a name like in sym_router (TARGET_CATALOG_NAME), for some tables different databases
but SymmetricDS creates with the name "default".
It saves all tables in one database(default), ignoring tartget_catalog_name.
My configuration for table MY_TABLE
Last edit: Eugen Trach 2019-10-18
It does not use the router target catalog and schema (as the documentation states). It uses a single property mongodb.default.databasename. You could add an issue to the tracker to have this feature added fully.
ok, thank you