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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@
11
11
12
12
## About
13
13
14
+
>> This is being migrated to the nfrastack/container-db-backup namespace - A new nfrastack release will come in April 2026
15
+
14
16
This will build a container for backing up multiple types of DB Servers
15
17
16
18
Backs up CouchDB, InfluxDB, MySQL/MariaDB, Microsoft SQL, MongoDB, Postgres, Redis servers.
@@ -363,7 +365,7 @@ If `DEFAULT_BACKUP_LOCATION` = `blobxfer` then the following options are used:.
363
365
|`DEFAULT_BLOBXFER_REMOTE_PATH`| Remote Azure path |`/docker-db-backup`| x |
364
366
|`DEFAULT_BLOBXFER_MODE`| Azure Storage mode e.g. `auto`, `file`, `append`, `block` or `page`|`auto`| x |
365
367
366
-
- When `DEFAULT_BLOBXFER_MODE` is set to auto it will use blob containers by default. If the `DEFAULT_BLOBXFER_REMOTE_PATH` path does not exist a blob container with that name will be created.
368
+
- When `DEFAULT_BLOBXFER_MODE` is set to auto it will use blob containers by default. If the `DEFAULT_BLOBXFER_REMOTE_PATH` path does not exist a blob container with that name will be created.
367
369
368
370
> This service uploads files from backup targed directory `DEFAULT_FILESYSTEM_PATH`.
369
371
> If the a cleanup configuration in `DEFAULT_CLEANUP_TIME` is defined, the remote directory on Azure storage will also be cleaned automatically.
@@ -646,7 +648,7 @@ If `DB01_BACKUP_LOCATION` = `blobxfer` then the following options are used:.
646
648
|`DB01_BLOBXFER_REMOTE_PATH`| Remote Azure path |`/docker-db-backup`| x |
647
649
|`DB01_BLOBXFER_REMOTE_MODE`| Azure Storage mode e.g. `auto`, `file`, `append`, `block` or `page`|`auto`| x |
648
650
649
-
- When `DEFAULT_BLOBXFER_MODE` is set to auto it will use blob containers by default. If the `DEFAULT_BLOBXFER_REMOTE_PATH` path does not exist a blob container with that name will be created.
651
+
- When `DEFAULT_BLOBXFER_MODE` is set to auto it will use blob containers by default. If the `DEFAULT_BLOBXFER_REMOTE_PATH` path does not exist a blob container with that name will be created.
650
652
651
653
> This service uploads files from backup directory `DB01_BACKUP_FILESYSTEM_PATH`.
652
654
> If the a cleanup configuration in `DB01_CLEANUP_TIME` is defined, the remote directory on Azure storage will also be cleaned automatically.
0 commit comments