mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-10-10 20:27:42 +00:00
Various tweaks
* Use --no-tablespaces in mysqldump * Dump to 0.7.0 * pin docker version * Include missing packages in setup.py
This commit is contained in:
@@ -41,6 +41,7 @@ class MariadbContainer(Container):
|
||||
f"--port={creds['port']}",
|
||||
f"--user={creds['username']}",
|
||||
"--all-databases",
|
||||
"--no-tablespaces",
|
||||
]
|
||||
|
||||
def backup(self):
|
||||
@@ -100,6 +101,7 @@ class MysqlContainer(Container):
|
||||
f"--port={creds['port']}",
|
||||
f"--user={creds['username']}",
|
||||
"--all-databases",
|
||||
"--no-tablespaces",
|
||||
]
|
||||
|
||||
def backup(self):
|
||||
|
Reference in New Issue
Block a user