This website works better with JavaScript.
Home
Explore
Help
Sign In
jc.vanhalle
/
wp-docker-setup
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixes missing folder for sql dump
test
Jean-Christophe Vanhalle
2 years ago
parent
110f8aee3c
commit
27cb4ba4ec
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
backup.sh
+ 1
- 0
backup.sh
View File
@@ -25,6 +25,7 @@ for volume in ${volumes}; do
tar -cvzf "/destination/${volume}.tar.gz" -C "/${volume}" .
done
mkdir -p "${backup_path}/db"
docker exec "${PREFIX}-db" \
/usr/bin/mysqldump \
-u root \
Write
Preview
Loading…
Cancel
Save