Skip to content

Commit

Permalink
Set MARIADB_AUTO_UPGRADE to true
Browse files Browse the repository at this point in the history
This will allow mariadb-upgrade to run during init if needed
  • Loading branch information
alistair3149 committed Oct 27, 2024
1 parent 4853627 commit 5270217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mediawiki/mariadb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ spec:
key: PRD_DB_PASSWORD
- name: MARIADB_DATABASE
value: scw_PROD
- name: MARIADB_AUTO_UPGRADE
value: true
volumeMounts:
- name: mariadb-pv
mountPath: /var/lib/mysql
Expand Down

0 comments on commit 5270217

Please sign in to comment.