Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将数据保存在 RethinkDB 数据库中。只要我不重新启动服务器,一切都很好。但是当我重新启动时,它给了我一个错误,说数据库不存在,尽管文件夹和数据确实存在于文件夹rethinkdb_data中。问题是什么 ?
您几乎可以肯定不会丢失数据,您只是在启动 RethinkDB 时没有将其指向数据。尝试以下操作:
rethinkdb_data
-d
rethinkdb -d /path/to/data/directory/rethinkdb_data