We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526f137 commit 3979fafCopy full SHA for 3979faf
db-auto-backup.py
@@ -49,6 +49,7 @@ def backup_mysql(container: Container) -> str:
49
"postgres": backup_psql,
50
"mysql": backup_mysql,
51
"mariadb": backup_mysql, # Basically the same thing
52
+ "*/linuxserver/mariadb": backup_mysql, # LSIO have their own MariaDB container
53
}
54
55
BACKUP_DIR = Path(os.environ.get("BACKUP_DIR", "/var/backups"))
0 commit comments