Add support for MySQL AND PostgreSQL backups.

This commit is contained in:
Christoph 2025-01-06 19:54:18 +01:00
parent dd072f69af
commit 20e9b3b8d4

View File

@ -88,14 +88,15 @@
# #
# possible values: # possible values:
# - MySQL # - MySQL
# - PostgreSQL or postgres or psql # - PostgreSQL (or postgres or psql)
# - MySQL,PostgreSQL (or MySQL PostgreSQL)
# - None # - None
# #
# Defaults to: # Defaults to:
# #
# DB_TYPE="None" # DB_TYPE = "None"
# #
# DB_TYPE="None" #DB_TYPE = "None"
# MYSQL_CREDENTIALS # MYSQL_CREDENTIALS