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
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,12 @@ Possible JSON properties:
94
94
-`services.<service-instance>.timeout`: optional, backman will abort a running backup/restore if timeout is exceeded
95
95
-`services.<service-instance>.retention.days`: optional, specifies how long backman will keep backups on S3 at maximum for this service instance
96
96
-`services.<service-instance>.retention.files`: optional, specifies how maximum number of files backman will keep on S3 for this service instance
97
+
-`services.<service-instance>.direct_s3`: optional / Elasticsearch-specific, bypasses backman internal backup stream and encryption entirely, streaming directly from/to S3 via elasticdump
97
98
-`services.<service-instance>.disable_column_statistics`: optional / MySQL-specific, allows for disabling export of column statistics. Set to `true` to avoid issues with pre-8.0 versions of MySQL
98
-
-`services.<service-instance>.force_import`: optional / MySQL-specific. Set to `true` to use the `--force` flag for mysql, ignoring any errors that might occur while importing backups.
99
-
-`services.<service-instance>.local_backup_path`: optional / PostgreSQL-specific, path where to store backup files locally first before uploading them. Otherwise streams directly onto s3 if not specified.
99
+
-`services.<service-instance>.force_import`: optional / MySQL-specific. Set to `true` to use the `--force` flag for mysql, ignoring any errors that might occur while importing backups
100
+
-`services.<service-instance>.local_backup_path`: optional / PostgreSQL-specific, path where to store backup files locally first before uploading them. Otherwise streams directly to S3 if not specified
101
+
-`services.<service-instance>.backup_options`: optional, allows specifying additional parameters and flags for service backup executable
102
+
-`services.<service-instance>.restore_options`: optional, allows specifying additional parameters and flags for service restore executable
100
103
101
104
Note: Usage of `s3.encryption_key` is not backward compatible! Backups generated without or with a different encryption key cannot be downloaded or restored anymore.
0 commit comments