RethinkDB Maintenance
This chapter is special guide for RethinkDB maintenance and settings. And you can refer to Administrator and Steps after installing for some general settings that including: Configure Domain, HTTPS Setting, Migration, Web Server configuration, Docker Setting, Database connection, Backup & Restore...
Maintenance guide
RethinkDB Backup and Restore
You can use export/import
for RethinkDB backup and restore
Backup
# export the db file
rethinkdb export abc.db
# export the dump file
rethinkdb dump [options]
Backup
rethinkdb import -d [options]
RethinkDB Upgrade
There no upgrade cli from RethinkDB documentation, but it have Migrating solution for upgrade
Troubleshoot
In addition to the RethinkDB issues listed below, you can refer to Troubleshoot + FAQ to get more.