NoBrainerORM / nobrainer

Ruby ORM for RethinkDB
http://nobrainer.io/
Other
387 stars 49 forks source link

Support DB migration (imports from previous rethinkdb) #251

Closed 34code closed 5 years ago

34code commented 5 years ago

I recently had to migrate to a new rethinkdb instance and was able to get the data populated inside rethinkdb (using the python export + import tool). However, NoBrainer only sees items post-migration. The old data is inaccessible from Rails console even though I can see the data inside rethinkdb using the admin interface..

34code commented 5 years ago

false positive. the application was configured to use development database after upgrade.. Hence the mismatch in data count