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
-c "UPDATE configurations SET value = jsonb_set(value::jsonb, '{SqlSettings,DataSource}', to_jsonb('postgres://mattermost:'||'${DB_PASS}'||'@mattermost-operator-pgsql-rw.mattermost-operator:5432/mattermost?sslmode=disable'::text), false) WHERE active = true;"
61
+
```
62
+
63
+
Then restart the Mattermost pods to pick up the corrected config:
64
+
65
+
```sh
66
+
kubectl delete pod -l app=mattermost -n mattermost-operator
67
+
```
74
68
75
69
7. **Copy PVC files to the new S3 bucket to restore file storage.**
0 commit comments