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
include_dbs - include only specified databases in backup job
exclude_dbs - exclude specific databases from backup job
db - database connection settings
provider - database provider (ex. postgres)
dump_dir - temporary directory for backup process
postgres - postgres provider configuration
host - server ip\hostname
port - port
user - user
password - password
db_default_name - default database name (postgres)
tls_enabled - tls configuration (true\false)
compression_level = database compression level (pg_dump configuration), 5 by default
storage
provider - storage provider (ex. s3)
dir_template - golang template for remote directory. supported values : {{.Host}} and {{.DbName}}
max_files - max remote backups for specific database. For example max_files = 5 and if we already have 5 files for that database at remote storage, the oldest file will be removed