Commit Graph

7 Commits

Author SHA1 Message Date
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
3794739e13
Update Alpine version to 3.21 in Dockerfile, docker-compose.yaml, and README; adjust environment variables in docker-compose.yaml 2025-03-24 13:24:48 +03:00
a683adc6a5
Use one image for all databases 2023-08-10 15:09:58 +03:00
943f04209e
Add mysql support 2023-08-10 10:16:56 +03:00
Elliott Shugerman
3f82b5fc12 add docker-compose.yaml for development/testing 2022-07-03 13:43:54 -04:00