如何在RethinkDB + Docker中运行rethinkdb-dump / export

时间:2014-01-23 15:05:09

标签: docker rethinkdb

通过Docker:http://dockerfile.github.io/#/rethinkdb运行RethinkDB时,我希望能够通过“rethinkdb-dump或rethinkdb-export”导出数据,但是它会引发以下错误:

Failed to move temporary directory to output directory (/tmp/tmpqx0xvM/rethinkdb_dump_2014-01-23T15:57:44): No such file or directory

我可以通过192.168.33.10:8080正确访问RethinkDB管理面板。我跑的命令是:

rethinkdb-export -c 192.168.33.10:28015

我在Vagrant(Ubuntu 13.04)中运行Docker + RethinkDB,我尝试通过直接使用python驱动程序安装rethinkdb来运行相同的命令,它运行正常。

这是让我使用Docker + RethinkDB的唯一阻碍,任何帮助都将不胜感激。

编辑:问题已解决,请参阅https://github.com/rethinkdb/rethinkdb/issues/1904

1 个答案:

答案 0 :(得分:0)

正如@Atnnn指出的那样,当数据库中没有表时RethinkDB会在启动rethindkb export/dump时导致错误。最新版本的Python驱动程序现在解决了这个问题。