| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gobackup_3.1.0_checksums.txt | 2026-05-15 | 378 Bytes | |
| gobackup-darwin-amd64.tar.gz | 2026-05-15 | 11.7 MB | |
| gobackup-darwin-arm64.tar.gz | 2026-05-15 | 11.0 MB | |
| gobackup-linux-amd64.tar.gz | 2026-05-15 | 11.5 MB | |
| gobackup-linux-arm64.tar.gz | 2026-05-15 | 10.5 MB | |
| README.md | 2026-02-12 | 1.6 kB | |
| v3.1.0 source code.tar.gz | 2026-02-12 | 170.5 kB | |
| v3.1.0 source code.zip | 2026-02-12 | 231.2 kB | |
| Totals: 8 Items | 45.2 MB | 8 | |
What's Changed
- Update to use PostgreSQL 18 client for docker image. by @ionling in https://github.com/gobackup/gobackup/pull/351
- Change command builder method to consider an string for pgdump_all co… by @payamQorbanpour in https://github.com/gobackup/gobackup/pull/352
- Support
compress_withwith empty to disable compression by @majiayu000 in https://github.com/gobackup/gobackup/pull/355 - Fix OpenSSL encryptor: args is treated as a single token by @majiayu000 in https://github.com/gobackup/gobackup/pull/357
- ci: Update to use Go 1.25 by @huacnlee in https://github.com/gobackup/gobackup/pull/361
- Add Prometheus metrics for backup status by @majiayu000 in https://github.com/gobackup/gobackup/pull/359
- Fix scheduler to support
day,weekby @majiayu000 in https://github.com/gobackup/gobackup/pull/360 - Add upload and download cycler states to persist cycler data by @payamQorbanpour in https://github.com/gobackup/gobackup/pull/354
- ci: Fix docker build by @huacnlee in https://github.com/gobackup/gobackup/pull/364
- Add a validation for checking fields emptiness including databases and storages in config file by @payamQorbanpour in https://github.com/gobackup/gobackup/pull/375
- Fix to avoid process exit status code : non zero exit on error by @dagrim in https://github.com/gobackup/gobackup/pull/369
New Contributors
- @majiayu000 made their first contribution in https://github.com/gobackup/gobackup/pull/355
- @dagrim made their first contribution in https://github.com/gobackup/gobackup/pull/369
Full Changelog: https://github.com/gobackup/gobackup/compare/v3.0.0...v3.1.0