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
Copy file name to clipboardExpand all lines: gate-teamware/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ By default the chart uses the publicly available Teamware images published on `g
103
103
104
104
The images to be run are specified in three parts, the top-level `imageRegistry` key in the values file is the registry prefix (by default `ghcr.io/gatenlp/`) which _must_ end with a slash, then `backend` and `staticFiles` each have `image.repository` for the image name (default "teamware-backend" and "teamware-static" respectively) and `image.tag` for the tag, which defaults to match the chart "appVersion" number, plus `pullPolicy` (default "IfNotPresent") and `pullSecrets` (if you are using a private registry whose credentials are not already configured on the default ServiceAccount for this namespace). So if you store your images in a private registry but still name them `teamware-backend` and `teamware-static` then the only thing you should need to override is the `imageRegistry`.
105
105
106
-
The chart also supports running regular backups of the database to S3 (or a compatible storage system), these can be configured using the settings under the `backup` section, see [`values.yaml`](gate-teamware/values.yaml) for more details.
106
+
The chart also supports running regular backups of the database to S3 (or a compatible storage system), Azure Blob Storage, an SFTP server, or any other datastore supported by the [rclone](https://rclone.org) tool, these can be configured using the settings under the `backup` section, see [`values.yaml`](gate-teamware/values.yaml) for more details.
107
107
108
108
## Install/upgrade
109
109
@@ -156,6 +156,12 @@ and the deployments may need to be manually updated using `kubectl rollout resta
156
156
157
157
## Changelog
158
158
159
+
### Version 2.3.1
160
+
161
+
Now supports backups to storage providers other than S3 - the backup cronjob has been switched to use the GateNLP [postgresql-backup-rclone](https://github.com/GateNLP/db-backup-rclone) image, which uploads the database backup files using [rclone](https://rclone.org), which supports many other storage providers besides S3, as well as other S3 authentication mechanisms besides just a static access key and secret key pair.
162
+
163
+
This change is backwards compatible, existing local `values` files should continue to work unchanged with the new method.
164
+
159
165
### Version 2.3.0
160
166
161
167
Upgraded `appVersion` to [GATE Teamware 2.3.0](https://github.com/GateNLP/gate-teamware/releases/tag/v2.3.0).
0 commit comments