Mantaro / MantaroDatabaseMigrator

Migrate RethinkDB Mantaro Objects to MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This will migrate Mantaro's RethinkDB database store to MongoDB. Use this only if you're migrating from version < 8.0 to 8.0 or higher (master branch)

Make sure to set the MIGRATOR_MONGO_URI, MIGRATOR_RETHINK_HOST, MIGRATOR_RETHINK_USER and MIGRATOR_RETHINK_PW (last two can be empty for defaults) environment variables. It should do the job by itself and let you know when it's done, assuming you set the database hosts/uri correctly.

About

Migrate RethinkDB Mantaro Objects to MongoDB

License:GNU General Public License v3.0


Languages

Language:Java 99.6%Language:Kotlin 0.4%