Skip to content

Commit

Permalink
try: --no-tablespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanpatten committed Oct 8, 2024
1 parent a08e539 commit 79e8433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backup-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
env:
MYSQL_PWD: ${{ secrets.DB_PASSWORD }}
run: |
mysqldump -h 127.0.0.1 -u ghost ghost | gzip > ${{ steps.filename.outputs.filename }}
mysqldump -h 127.0.0.1 -u ghost ghost --no-tablespaces | gzip > ${{ steps.filename.outputs.filename }}

0 comments on commit 79e8433

Please sign in to comment.