rethinkdb / rethinkdb_rebirth

The open-source database for the realtime web.
https://rethinkdb.com
Other
1k stars 42 forks source link

How to migrate from rethinkdb to rebirthdb #44

Open loeffel-io opened 5 years ago

loeffel-io commented 5 years ago

Hey, i need to migrate my rethinkdb data from a server to another server (where rebirthdb) is running.

I dumped the rethinkdb data with rethinkdb dump.

How i can restore the data?

loeffel-io commented 5 years ago

switched back to rethinkdb 👎

atris commented 5 years ago

@loeffel-io There isnt any functional difference yet between rebirthdb and rethinkdb, now that we have merged them back.

However, if you are using the current version of rethinkdb, there should be no issues to upgrading (since there are no breaking changes). Can you describe what you did and what didnt work?

MurugappanV commented 5 years ago

use this command rethinkdb restore filename replace filename with your dump file path