mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-14 09:52:21 +00:00
fix: add mising param
This commit is contained in:
@@ -25,7 +25,7 @@ def ping_mysql(host, port, username, password) -> int:
|
||||
])
|
||||
|
||||
|
||||
def ping_mariadb(host, port, username) -> int:
|
||||
def ping_mariadb(host, port, username, password) -> int:
|
||||
"""Check if the mariadb is up and can be reached"""
|
||||
return run([
|
||||
'mysqladmin',
|
||||
|
||||
Reference in New Issue
Block a user