Shakar Bakr
f6792ed364
Enhance backup functionality to support multiple databases
...
- Updated `backup.sh` to allow backing up multiple databases by introducing the `DATABASE_NAMES` environment variable.
- Modified `env.sh` to handle the new `DATABASE_NAMES` variable and ensure compatibility with existing `DATABASE_NAME`.
- Updated `docker-compose.yaml` and `README.md` to reflect changes and provide examples for backing up single and multiple databases.
- Added a new binary file `umb_pm_dev.bacpac` for database backup.
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
2025-11-03 16:25:12 +03:00
Shakar Bakr
a9c7cc4be3
Rename MSSQL_BACKUP_DIR to MSSQL_DATA_DIR across configuration files and scripts for consistency. Update README and test scripts to reflect the new variable name. This change ensures clarity in the purpose of the directory used for MSSQL data and backups.
...
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
2025-10-27 12:29:01 +03:00
Shakar Bakr
7188e45927
Add mssql to the supported databases
...
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
2025-10-23 14:51:33 +03:00
943f04209e
Add mysql support
2023-08-10 10:16:56 +03:00
Elliott Shugerman
5f68eb82b3
minor typos
2022-09-25 13:57:55 -04:00
Elliott Shugerman
53c5ca4b11
share common env var code
2022-09-25 13:55:47 -04:00
Elliott Shugerman
ea7d8e77bb
make access id/key optional ( closes #21 )
2022-09-25 13:46:26 -04:00
Jizu Sun
d5a7945317
fix S3_ENDPOINT and BACKUP_KEEP_DAYS compatibility ( #19 )
2022-07-25 16:33:40 -07:00
Dmitriy Haidiuk
2b28f9f0ec
Updated removing old backups logic.
2022-04-13 11:16:23 +03:00
Dmitriy Haidiuk
2e45dc55b8
Updated backup remove cron date variable.
2022-04-13 00:21:34 +03:00
Dmitriy Haidiuk
b1b12e8a05
Updated backup remove cron date variable.
2022-04-13 00:11:32 +03:00
Dmitriy Haidiuk
1ea38070f6
Added auto-remove for old backups.
2022-04-12 21:39:51 +03:00
Elliott Shugerman
e8ad6ceba4
script cleanup, misc changes
...
- --blobs by default
- always drop and recreate schemas, specified by DROP_SCHEMAS
2019-12-01 17:52:14 -07:00
Elliott Shugerman
3e05233a2a
merge restore and util containers
2019-11-27 20:57:21 -07:00