Skip to content

Increase storage capacity

It might happens that your WordPress instance is running out of capacity for its storage. As of version 0.0.9 of the WordPress operator, any user can automatically increase the storage capacity for both the WordPress instance and/or the Database instance by editing the Custom Resource as follows:

Select your project under https://app-catalogue.cern.ch (or https://app-cat-stg.cern.ch for development purposes), in the Administrator environment, and under Operators, click on Installed Operators, then click on the WordPress tab:

image-37.png

Go to the Custom Resource and edit the field storage by setting a different value, like 2Gi, as per the following image.

image-50.png

Save and the value will be automatically populated to the corresponding persistent volume claim.

image-51.png

That's it, your WordPress instance is now enjoying of more storage capacity.

Warning

Pay attention to not set a value higher than the quota (by default 100 GiB). To know more about quotas refer to user docs.