You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`DB_AUTH`| (Mongo Only - Optional) Authentication Database|||
159
+
|`DB_AUTH`| (Mongo/PGSQL Only - Optional) Authentication Database |||
160
160
|`DB_TYPE`| Type of DB Server to backup `couch``influx``mysql``mssql``pgsql``mongo``redis``sqlite3`|||
161
161
|`DB_HOST`| Server Hostname e.g. `mariadb`. For `sqlite3`, full path to DB file e.g. `/backup/db.sqlite3`|| x |
162
162
|`DB_NAME`| Schema Name e.g. `database` or `ALL` to backup all databases the user has access to. Backup multiple by separating with commas eg `db1,db2`|| x |
@@ -205,7 +205,7 @@ Your Organization will be mapped to `DB_USER` and your root token will need to b
205
205
|`MYSQL_SINGLE_TRANSACTION`| Backup in a single transaction with MySQL / MariaDB |`TRUE`||
206
206
|`MYSQL_STORED_PROCEDURES`| Backup stored procedures with MySQL / MariaDB |`TRUE`||
207
207
|`MYSQL_ENABLE_TLS`| Enable TLS functionality for MySQL client |`FALSE`||
208
-
|`MYSQL_TLS_VERIFY`| (optional) If using TLS (by means of MYSQL*TLS*\* variables) verify remote host |`FALSE`||
208
+
|`MYSQL_TLS_VERIFY`| (optional) If using TLS (by means of MYSQL_TLS_* variables) verify remote host|`FALSE`||
209
209
|`MYSQL_TLS_VERSION`| What TLS `v1.1``v1.2``v1.3` version to utilize |`TLSv1.1,TLSv1.2,TLSv1.3`||
210
210
|`MYSQL_TLS_CA_FILE`| Filename to load custom CA certificate for connecting via TLS |`/etc/ssl/cert.pem`| x |
211
211
|`MYSQL_TLS_CERT_FILE`| Filename to load client certificate for connecting via TLS || x |
0 commit comments