Skip to content

Commit a7250fc

Browse files
committed
reminds us about MARIADB_AUTO_UPGRADE
1 parent d97e6ea commit a7250fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/mariadb-statefulset.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ spec:
3737
value: confirm-force-bootstrap
3838
- name: WSREP_CLUSTER_ADDRESS
3939
value: "gcomm://mariadb-0.mariadb,mariadb-1.mariadb,mariadb-2.mariadb"
40+
# # should be temporarily enabled for upgrades, but maybe not rolling upgrades
41+
# - name: MARIADB_AUTO_UPGRADE
42+
# value: "1"
4043
workingDir: /etc/mysql/conf.d-configmap
4144
volumeMounts:
4245
- name: mysql

0 commit comments

Comments
 (0)