-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
change-requestRequest a change on Haiku's infrastructureRequest a change on Haiku's infrastructure
Description
Description
Update Discourse to version 3.4.4
How has the change been tested
Dev-tested by the container developer.
Steps to implement the change
Note: Please mark changes from the default steps below in bold
- Verify that the image is available in the package registry.
- Make the installation read-only using the Enable read-only button on the Admin/Backups page.
- Start a backup by using the Backup button on that page.
- Update the version in the infrastructure repository in
deployments/discourse.yml. - Apply the update to the server:
$ kubectl apply -f deployments/discourse.yml - Post-deployment checks (is the web service responding, is the site read-write again)
- Commit and push the updated deployment configuration to GitHub.
- Announce the update on the
haiku-sysadminandhaikumailing list.
Configuration Changes
Please list any configuration changes, and note whether they need to be done pre-deploy or post-deploy
None
Rollback Plan
If the update is unsuccesful, try rolling back the image with the following commands:
$ git restore deployments/discourse.yml
$ kubectl apply -f deployments/discourse.yml
If the update applied database transformations, or the database go corrupted in any other way, use Discourse's built in database restore features to return the data to the previously saved version.
Metadata
Metadata
Assignees
Labels
change-requestRequest a change on Haiku's infrastructureRequest a change on Haiku's infrastructure