mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2025-12-06 21:49:40 +01:00
13 lines
298 B
YAML
13 lines
298 B
YAML
|
|
#cronExpression: "@every 20s"
|
||
|
|
#backupRescueMode: false
|
||
|
|
databases:
|
||
|
|
- host: 127.0.0.1
|
||
|
|
port: 3306
|
||
|
|
name: testdb
|
||
|
|
user: user
|
||
|
|
password: password
|
||
|
|
- name: testdb2
|
||
|
|
# database credentials from environment variables
|
||
|
|
#TESTDB2_DB_USERNAME
|
||
|
|
#TESTDB2_DB_PASSWORD
|
||
|
|
#TESTDB2_DB_HOST
|