release: v4.0.0
🎉 Version 4.0.0 - Stable Release
Major Features Now Fully Working:
- Incremental backups (--backup-type incremental --base-backup <path>)
- Notification system (SMTP + webhook via environment variables)
- Full enterprise deployment examples (Ansible, K8s, Terraform)
This release represents feature-complete, production-ready state.
Breaking Changes from v3.x:
- CLI flags synced with documentation
- Notify package now active (reads NOTIFY_* env vars)
Tested:
- All unit tests pass
- go vet clean
- Cross-platform builds successful
This commit is contained in:
12
README.md
12
README.md
@ -1,9 +1,19 @@
|
||||
# dbbackup
|
||||
```
|
||||
██╗ ██╗ ██████╗
|
||||
██║ ██║ ██╔═████╗
|
||||
███████║ ██║██╔██║
|
||||
╚════██║ ████╔╝██║
|
||||
██║██╗╚██████╔╝
|
||||
╚═╝╚═╝ ╚═════╝
|
||||
```
|
||||
|
||||
# dbbackup v4.0.0
|
||||
|
||||
Database backup and restore utility for PostgreSQL, MySQL, and MariaDB.
|
||||
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
[](https://golang.org/)
|
||||
[](https://github.com/PlusOne/dbbackup/releases/tag/v4.0.0)
|
||||
|
||||
**Repository:** https://git.uuxo.net/UUXO/dbbackup
|
||||
**Mirror:** https://github.com/PlusOne/dbbackup
|
||||
|
||||
Reference in New Issue
Block a user