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

_migrations table not replicated #19

Open
jeffreywescott opened this issue Mar 2, 2016 · 4 comments
Open

_migrations table not replicated #19

jeffreywescott opened this issue Mar 2, 2016 · 4 comments

Comments

@jeffreywescott
Copy link

rethink-migrate seems to have no way to set the replicas attribute when creating the _migrations table (see here), which means that in a real-world production environment, the _migrations table is not being replicated across all nodes in the cluster.

@jordanh
Copy link

jordanh commented May 27, 2016

This is a little meta, but one could write a migration for the _migrations table to tag replication for this table, no?

@jeffreywescott
Copy link
Author

Interesting idea, @jordanh ... still, I think it would be better as a feature on this module.

@jordanh
Copy link

jordanh commented May 29, 2016

What would you propose as the interface? Configuration options in database.json and/or command line switches?

@jeffreywescott
Copy link
Author

Yeah, I think something like numReplicas and numShards in database.json is the way to go.

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

2 participants