3 | | Example of maintenance would be switching between two parallel CKAN instances - you want to make it RO when you do the backup and until you bring up the new one. |
| 3 | Examples of use: |
| 4 | * Administrator wants to upgrade CKAN or move it to another server. During this time the database is being administered and either edits are lost or can't be done. |
| 5 | * A CKAN is used just for distributing metadata and so is always read-only. Updates may still arrive through direct db manipulation, e.g.: |
| 6 | * another (but writable) CKAN instance is connected to the same db |
| 7 | * restoring database dumps from another CKAN db |
| 8 | * Should a security be breached, all editing could be stopped |