Skip to content

Commit

Permalink
Fix wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed Feb 26, 2024
1 parent 11e5dbc commit 9ff6dcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zammad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ redis:
#### Storage Requirements Changed

- Zammad no longer requires a volume for `var/`
- If you use the default `DB` or the new `S3` storage back end for file storage, you don't need to do anything.
- If you use the `File` storage back end instead, Zammad now requires a `ReadWriteMany` volume for `storage/` that is shared in the cluster.
- If you use the default `DB` or the new `S3` storage backend for file storage, you don't need to do anything.
- If you use the `File` storage backend instead, Zammad now requires a `ReadWriteMany` volume for `storage/` that is shared in the cluster.
- If you already had one via `persistence.existingClaim` before, you need to ensure it has `ReadWriteMany` access to be mountable across nodes.
- If you used the default `PersistentVolumeClaim` of the `StatefulSet`, you need to take manual action:
- You can either migrate to `S3` storage before upgrading to the new major version as described above in [Configuration](#how-to-migrate-from-file-to-s3-storage).
- You can either migrate to `S3` storage **before upgrading** to the new major version as described above in [Configuration](#how-to-migrate-from-file-to-s3-storage).
- Or you can provide an `existingClaim` with `ReadWriteMany` permission and migrate your existing data to it from the old `StatefulSet`.

### From Chart Version 9.x to 10.0.0
Expand Down

0 comments on commit 9ff6dcc

Please sign in to comment.