mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-22 05:33:53 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb9fe8a032 | ||
|
|
b705982ae1 |
@@ -1,3 +1,9 @@
|
|||||||
|
## 4.0.26 2023-11-30 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- AWS CLI 1.31.4
|
||||||
|
|
||||||
|
|
||||||
## 4.0.25 2023-11-29 <dave at tiredofit dot ca>
|
## 4.0.25 2023-11-29 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ ENV INFLUX1_CLIENT_VERSION=1.8.0 \
|
|||||||
INFLUX2_CLIENT_VERSION=2.7.3 \
|
INFLUX2_CLIENT_VERSION=2.7.3 \
|
||||||
MSODBC_VERSION=18.3.2.1-1 \
|
MSODBC_VERSION=18.3.2.1-1 \
|
||||||
MSSQL_VERSION=18.3.1.1-1 \
|
MSSQL_VERSION=18.3.1.1-1 \
|
||||||
AWS_CLI_VERSION=1.29.78 \
|
AWS_CLI_VERSION=1.31.4 \
|
||||||
CONTAINER_ENABLE_MESSAGING=TRUE \
|
CONTAINER_ENABLE_MESSAGING=TRUE \
|
||||||
CONTAINER_ENABLE_MONITORING=TRUE \
|
CONTAINER_ENABLE_MONITORING=TRUE \
|
||||||
IMAGE_NAME="tiredofit/db-backup" \
|
IMAGE_NAME="tiredofit/db-backup" \
|
||||||
|
|||||||
@@ -536,6 +536,7 @@ Encryption will occur after compression and the resulting filename will have a `
|
|||||||
| `DB01_NAME` | Schema Name e.g. `database` or `ALL` to backup all databases the user has access to. | | |
|
| `DB01_NAME` | Schema Name e.g. `database` or `ALL` to backup all databases the user has access to. | | |
|
||||||
| | Backup multiple by separating with commas eg `db1,db2` | | x |
|
| | Backup multiple by separating with commas eg `db1,db2` | | x |
|
||||||
| `DB01_NAME_EXCLUDE` | If using `ALL` - use this as to exclude databases separated via commas from being backed up | | x |
|
| `DB01_NAME_EXCLUDE` | If using `ALL` - use this as to exclude databases separated via commas from being backed up | | x |
|
||||||
|
| `DB01_SPLIT_DB` | If using `ALL` - use this to split each database into its own file as opposed to one singular file | `FALSE` | |
|
||||||
| `DB01_PORT` | MySQL / MariaDB Port | `3306` | x |
|
| `DB01_PORT` | MySQL / MariaDB Port | `3306` | x |
|
||||||
| `DB01_MYSQL_EVENTS` | Backup Events for | `TRUE` | |
|
| `DB01_MYSQL_EVENTS` | Backup Events for | `TRUE` | |
|
||||||
| `DB01_MYSQL_MAX_ALLOWED_PACKET` | Max allowed packet | `512M` | |
|
| `DB01_MYSQL_MAX_ALLOWED_PACKET` | Max allowed packet | `512M` | |
|
||||||
@@ -577,6 +578,7 @@ Encryption will occur after compression and the resulting filename will have a `
|
|||||||
| `DB01_EXTRA_ENUMERATION_OPTS` | Pass extra arguments to the database enumeration command only, add them here e.g. `--extra-command` | | |
|
| `DB01_EXTRA_ENUMERATION_OPTS` | Pass extra arguments to the database enumeration command only, add them here e.g. `--extra-command` | | |
|
||||||
| `DB01_NAME` | Schema Name e.g. `database` or `ALL` to backup all databases the user has access to. | | |
|
| `DB01_NAME` | Schema Name e.g. `database` or `ALL` to backup all databases the user has access to. | | |
|
||||||
| | Backup multiple by separating with commas eg `db1,db2` | | x |
|
| | Backup multiple by separating with commas eg `db1,db2` | | x |
|
||||||
|
| `DB01_SPLIT_DB` | If using `ALL` - use this to split each database into its own file as opposed to one singular file | `FALSE` | |
|
||||||
| `DB01_PORT` | PostgreSQL Port | `5432` | x |
|
| `DB01_PORT` | PostgreSQL Port | `5432` | x |
|
||||||
|
|
||||||
###### Redis
|
###### Redis
|
||||||
|
|||||||
Reference in New Issue
Block a user