我正在从本地系统导入在 AWS 服务器上移动的数据库备份
使用命令恢复 rethink db 时:
rethinkdb 恢复 /home/league_ally/rethinkexport.tar.gz
以下错误即将到来:
Error when launching 'rethinkdb-restore': No such file or directory
The rethinkdb-restore command depends on the RethinkDB Python driver,
which must be installed.
If the Python driver is already installed, make sure that the PATH
environment variable
includes the location of the backup scripts, and that the current
user has permission to
access and run the scripts.
Instructions for installing the RethinkDB Python driver are available
here:
http://www.rethinkdb.com/docs/install-drivers/python/
Run Code Online (Sandbox Code Playgroud)
正如您已经完成的那样,第一步是安装rethinkdbPython 包。例如:
$ pip install rethinkdb
Run Code Online (Sandbox Code Playgroud)
然后,如果您仍然看到以下错误:
$ rethinkdb-restore
Error when launching 'rethinkdb-restore': No such file or directory
Run Code Online (Sandbox Code Playgroud)
尝试将其运行为:
$ python -mrethinkdb._restore
Usage: rethinkdb restore FILE [-c HOST:PORT] ...
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1409 次 |
| 最近记录: |