We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1fed8f + ad38928 commit cd9b704Copy full SHA for cd9b704
1 file changed
charts/firefly-db/templates/backup.tpl
@@ -25,8 +25,9 @@ spec:
25
rm "$(ls -1t /var/lib/backup/$DBNAME-*.sql.gz | tail -1)" || exit 1
26
sync
27
done
28
+ df -h /var/lib/backup/
29
{{- end }}
- ls -la
30
+ ls -la /var/lib/backup/
31
{{- if eq .Values.backup.destination "http" }}
32
if [ -z "$BACKUP_URL" ]; then
33
echo "ERROR: BACKUP_URL is required when backup.destination is set to 'http'. Backup will not be uploaded, but remain in PVC."
0 commit comments