File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
2- version : 7.0.1
3- appVersion : v3.2.13
2+ version : 7.0.2
3+ appVersion : v3.2.17
44description : A Helm chart to help backup MySQL databases using mysqldump
55name : mysqldump
66keywords :
@@ -19,6 +19,6 @@ maintainers:
1919type : application
2020dependencies :
2121 - name : mariadb
22- version : 20.4.2
23- repository : " https ://charts.bitnami.com/bitnami "
22+ version : 24.0.0
23+ repository : oci ://registry-1.docker.io/bitnamicharts
2424 condition : mariadb.enabled
Original file line number Diff line number Diff line change 6060
6161 {{- if and (or (.Values.persistence.enabled) (.Values.persistentVolumeClaim)) (.Values.housekeeping.enabled) }}
6262 echo "Deleting old backups"
63- find ${BACKUP_DIR} -type d -name 'lost+found' -prune -o -maxdepth 2 -mtime +${KEEP_DAYS} -regex "^${BACKUP_DIR}/.*[0-9]*_.*\.sql\.gz$" -type f -exec rm {} \;
63+ find ${BACKUP_DIR} -type d -name 'lost+found' -prune -o -maxdepth 2 -mtime +${KEEP_DAYS} -regex "^${BACKUP_DIR}/.*[0-9]*( _.*\.sql\.gz|\.state) $" -type f -exec rm {} \;
6464 {{- end }}
6565
6666 {{- if .Values.debug }}
You can’t perform that action at this time.
0 commit comments