Skip to content

Tags: cloudscript-technology/dumpscript

Tags

v0.0.42

Toggle v0.0.42's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7 from cloudscript-technology/feat/local-tests

Feat/local tests

v0.0.41

Toggle v0.0.41's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from cloudscript-technology/feat/postgres-18-su…

…pport

Feat/postgres 18 support

v0.0.40

Toggle v0.0.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4 from cloudscript-technology/feat/postgres-18-su…

…pport

docs: add PostgreSQL 18 and alpine-edge to version compatibility table

v0.0.39

Toggle v0.0.39's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3 from cloudscript-technology/feat/postgres-18-su…

…pport

feat: add PostgreSQL 18 support via Alpine edge build

v0.0.38

Toggle v0.0.38's commit message
feat: enhance storage backend support and improve documentation

- Introduce unified storage utilities for S3-compatible and Azure Blob Storage backends using rclone.
- Update Dockerfiles to include rclone for enhanced storage functionality.
- Revise scripts to utilize new storage utilities for backup and restore operations.
- Expand README with detailed information on storage backends and environment variable requirements.
- Improve error handling and logging in various scripts for better debugging and user experience.

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