Skip to content

Commit 3979faf

Browse files
committed
Add support for LSIO's mariadb container
Fixes #27
1 parent 526f137 commit 3979faf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

db-auto-backup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def backup_mysql(container: Container) -> str:
4949
"postgres": backup_psql,
5050
"mysql": backup_mysql,
5151
"mariadb": backup_mysql, # Basically the same thing
52+
"*/linuxserver/mariadb": backup_mysql, # LSIO have their own MariaDB container
5253
}
5354

5455
BACKUP_DIR = Path(os.environ.get("BACKUP_DIR", "/var/backups"))

0 commit comments

Comments
 (0)