Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Aug 8, 2024
1 parent b7987fa commit 2d7ef31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookstack-helm/templates/backupscript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data:
echo "downloaded tarball"
tar -xzf /tmp/restore.tgz -C /
echo "Files restored"
mysql -h "$DB_HOST" -u "$DB_USER" --password="$DB_PASS" < /wiki.sql
mysql -h "$DB_HOST" -u "$DB_USER" --password="$DB_PASS" $DB_DATABASE < /wiki.sql
else
echo "Not restoring"
fi
Expand Down

0 comments on commit 2d7ef31

Please sign in to comment.