Skip to content

Add readonly settings to object service #138

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

Open
LeftofZen opened this issue Nov 19, 2024 · 0 comments
Open

Add readonly settings to object service #138

LeftofZen opened this issue Nov 19, 2024 · 0 comments

Comments

@LeftofZen
Copy link
Collaborator

When updating the database schema, accounting for objects that are modified/uploaded during the time that schema/data upgrades are happening can be a pain. It is possible, but its a hassle. A much easier and safer method is to simply take the database offline so no changes can happen, but this means downstream uses like websites also go down. The middle ground is fortunately also simple - add a readonly mode to the service so that everyone can still use it, but no data changes so I don't need to worry about synchronising everything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant