Database size limit
This article provides information about database size limits in ISPmanager 5 Business.
In ISPmanager 5 Business, you can set the limit on the database size per user. If the limit is set, the periodic cron job will be executed with the period (in minutes) that you can specify in the control panel configuration file:
LimitDbSizeCheckPeriod
the default value is 10 (minutes)
When the total size of all user's databases reaches the limit his databases will be changed to a read-only mode.
When the total size of all user's databases is less than the limit the databases that were previously in the Read-only mode will continue their normal operation.
The Read-only mode means that write operations for all databases created by the user in the control panel are not permitted.
The following permissions will be changed for MySQL:
- INSERT
- CREATE
- ALTER
- CREATE_VIEW
- CREATE_ROUTINE
- GRANT
For PostgreSQL, the read-only mode is not implemented.