change phpfpm to debian-bulleye with downgraded tls support
This commit is contained in:
9
bin/dumpdb
Executable file
9
bin/dumpdb
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
export $(grep -v '^#' .env.db | xargs)
|
||||
DATE_TIME=$(date +%Y%m%d%H%M)
|
||||
echo "Dumping $MARIADB_DATABASE SQL"
|
||||
docker compose exec -T db mariadb-dump -u root -p$MARIADB_ROOT_PASSWORD $MARIADB_DATABASE > partsv2-$DATE_TIME.sql
|
||||
echo "Gzipping file...."
|
||||
gzip partsv2-$DATE_TIME.sql
|
||||
echo "Done"
|
||||
|
||||
Reference in New Issue
Block a user