-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
Is your feature request related to a problem? Please describe.
After upgrading from version 2.3.6 → 2.4.0, I needed to rebuild some indexes but could not do so within/using the docker container. I tried running it within the container and got the following:
root@bb258af077c8:/data# rethinkdb index-rebuild --tls-cert /tmp/certs/cert.pem
Error when launching 'rethinkdb-index-rebuild': No such file or directory
The rethinkdb-index-rebuild 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/
Describe the solution you'd like
Include the python drivers in the container for running these utilities.
Describe alternatives you've considered
I manually installed python in the container and then pip and rethinkdb (somewhat involved). I also installed the python drivers on my host machine for completing this.
Reactions are currently unavailable