Skip to content

Tags: cloudscript-technology/dumpscript

Tags

v0.0.37

Toggle v0.0.37's commit message
fix(docker): add mariadb-connector-c for mariadb client installation

Add mariadb-connector-c package to ensure proper connectivity when installing mariadb clients for versions 10.11 and 11.4

v0.0.36

Toggle v0.0.36's commit message
feat: add mariadb support and full instance dump/restore

- add mariadb as a supported database type with dedicated client installation
- implement full instance dump/restore for mysql, mariadb, postgresql and mongodb
- update mysql version defaults and add fallback for mysql 5.7
- improve s3 upload script with endpoint url support
- update documentation with new features and examples

v0.0.35

Toggle v0.0.35's commit message
fix(s3_upload): ensure proper return status handling in multipart upl…

…oad function

v0.0.34

Toggle v0.0.34's commit message
fix: correct mongodump command syntax for improved error handling

v0.0.33

Toggle v0.0.33's commit message
chore: update Dockerfiles and scripts to improve documentation and co…

…nsistency

- Translate comments from Portuguese to English for better accessibility
- Refine comments for clarity and consistency across scripts
- Ensure proper permissions and environment variable expectations are documented

v0.0.32

Toggle v0.0.32's commit message
docs: update README with PostgreSQL version availability by Alpine ba…

…se image and improve error message formatting in notify_slack.sh

v0.0.31

Toggle v0.0.31's commit message
chore: update Dockerfiles to use Alpine 3.19 and refine build workflo…

…w for Alpine versions

v0.0.30

Toggle v0.0.30's commit message
chore: refactor Dockerfiles to use dynamic Alpine versioning and upda…

…te build workflow for multiple Alpine versions

v0.0.29

Toggle v0.0.29's commit message
chore: update base image to alpine 3.21 in Dockerfiles for dump and r…

…estore

v0.0.28

Toggle v0.0.28's commit message
fix(backup): improve aws s3 backup cleanup script robustness

- Add AWS region handling and role assumption support
- Use temporary files for error handling and debugging
- Skip cleanup on listing failures instead of exiting with error