Skip to content

Commit

Permalink
reminds us about MARIADB_AUTO_UPGRADE
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Jul 19, 2024
1 parent d97e6ea commit a7250fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/mariadb-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ spec:
value: confirm-force-bootstrap
- name: WSREP_CLUSTER_ADDRESS
value: "gcomm://mariadb-0.mariadb,mariadb-1.mariadb,mariadb-2.mariadb"
# # should be temporarily enabled for upgrades, but maybe not rolling upgrades
# - name: MARIADB_AUTO_UPGRADE
# value: "1"
workingDir: /etc/mysql/conf.d-configmap
volumeMounts:
- name: mysql
Expand Down

0 comments on commit a7250fc

Please sign in to comment.