You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a cluster is made read-only, we will loop through each of the user-defined databases and turn them read-only individually. This ensures that each existing database will no longer be able to issue writes until the existing problem is addressed, however, this is not enforced for databases that are created after the fact.
Example case where this could cause issues:
App is made read-only to prevent disk capacity from reaching 100%
User attaches a new app to the database.
User will be able to issue writes and push their volume to 100% disk capacity.
Problem
We don't re-evaluate the list of databases once the readonly.lock file has been issued.
The text was updated successfully, but these errors were encountered:
When a cluster is made read-only, we will loop through each of the user-defined databases and turn them read-only individually. This ensures that each existing database will no longer be able to issue writes until the existing problem is addressed, however, this is not enforced for databases that are created after the fact.
Example case where this could cause issues:
App is made read-only to prevent disk capacity from reaching 100%
Problem
We don't re-evaluate the list of databases once the
readonly.lock
file has been issued.The text was updated successfully, but these errors were encountered: