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
@@ -92,9 +92,12 @@ Possible JSON properties:
92
92
-`services.<service-instance>.timeout`: optional, backman will abort a running backup/restore if timeout is exceeded
93
93
-`services.<service-instance>.retention.days`: optional, specifies how long backman will keep backups on S3 at maximum for this service instance
94
94
-`services.<service-instance>.retention.files`: optional, specifies how maximum number of files backman will keep on S3 for this service instance
95
+
-`services.<service-instance>.direct_s3`: optional / Elasticsearch-specific, bypasses backman internal backup stream and encryption entirely, streaming directly from/to S3 via elasticdump
95
96
-`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
96
-
-`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.
97
-
-`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.
97
+
-`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
98
+
-`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
99
+
-`services.<service-instance>.backup_options`: optional, allows specifying additional parameters and flags for service backup executable
100
+
-`services.<service-instance>.restore_options`: optional, allows specifying additional parameters and flags for service restore executable
98
101
99
102
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