Skip to content
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

Run init only if the table does not exist #18

Open
chunsli opened this issue Jul 15, 2016 · 2 comments
Open

Run init only if the table does not exist #18

chunsli opened this issue Jul 15, 2016 · 2 comments

Comments

@chunsli
Copy link

chunsli commented Jul 15, 2016

Is it possible to run init only if the tables / db in question do not exist?

@thejsj
Copy link
Owner

thejsj commented Jul 15, 2016

Currently, no. Is there a reason you'd want this? What's the use case? Performance?

rethinkdb-init tries to ensure that everything you pass through it actually exists.

@Vadorequest
Copy link

I guess he wants to run the script only for a base setup of the DB, after cloning the repo to a new server for instance.

I want to do the same, I guess I'll just make a script and that's it.

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

No branches or pull requests

3 participants