Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f8abf96b3 | ||
|
|
256e905831 | ||
|
|
c594534013 |
@@ -117,7 +117,7 @@ service_export() {
|
||||
|
||||
[[ -n $SSH_TTY ]] && stty -opost
|
||||
docker exec "$SERVICE_NAME" bash -c "printf '[client]\ndefault-character-set=utf8mb4\npassword=$PASSWORD\n' > /root/credentials.cnf"
|
||||
docker exec "$SERVICE_NAME" mysqldump --defaults-extra-file=/root/credentials.cnf --user=mysql --single-transaction --quick "$DATABASE_NAME"
|
||||
docker exec "$SERVICE_NAME" mysqldump --defaults-extra-file=/root/credentials.cnf --user=mysql --single-transaction --no-tablespaces --quick "$DATABASE_NAME"
|
||||
docker exec "$SERVICE_NAME" rm /root/credentials.cnf
|
||||
status=$?
|
||||
[[ -n $SSH_TTY ]] && stty opost
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[plugin]
|
||||
description = "dokku mysql service plugin"
|
||||
version = "1.24.0"
|
||||
version = "1.25.0"
|
||||
[plugin.config]
|
||||
|
||||
Reference in New Issue
Block a user