-
Notifications
You must be signed in to change notification settings - Fork 208
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
How to run migration scripts for tenants #998
Comments
if using multi-tenancy you can't update to 0.4.0 (yet). Same as with Node.JS and Postgres migration support being low, we may give that some extra attention in the 0.5.0 release. We should somehow loop over all tenants and update them. This is something we can do as part of the new module updates (so the tenatn module can provide the updates), but I'm thinking about how this will work when working with large scale deployments. My thinking is:
I think 0.5.0 could focus on scalability a bit more anyway, allowing the paginate queries instead of fetching all records in a getAll, etc.. |
Done |
At what time and how do we trigger it? Probably easiest to do when a wallet is openend, but that can create quite some load when you want to use a wallet, so there should be a way to do it beforehand
The text was updated successfully, but these errors were encountered: