Skip to content

Fix command line parser for dump/import/export commands #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 21, 2019

Conversation

alexa-infra
Copy link
Contributor

Motivation: all versions of rethinkdb python driver above 2.3.0.post6 have problems with export-import functionality - examples of backup/recovery from the docs don't work. Just try something like python -m rethinkdb dump -e example.table -f rdb.tar.gz or rethinkdb import -c localhost:28015 -i example -d ./rethinkdb_export --force --clients=2

Description: These patches contain only obvious bug fixes in utils_common.CommonOptionsParser command line parser for dump/export/import commands

@rethinkdb rethinkdb deleted a comment Aug 18, 2019
@gabor-boros
Copy link
Member

Dear @alexa-infra,
Thank you for your PR, we really appreciate it! 🥳

@gabor-boros gabor-boros merged commit c266044 into rethinkdb:master Aug 21, 2019
@alexa-infra alexa-infra deleted the fix-optparse branch September 2, 2019 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants