KingDownloads

gobackup version history

10 releases tracked, newest first.

v3.1.1

Jul 6, 2026
- Fix cycler keep feature not working with storage path configuration

4 downloads

v3.1.0

May 15, 2026
## 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_with` with 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`, `week` by @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/

4 downloads

v3.0.0

Dec 19, 2025
## What's Changed * Added possibility to disable the WebUI by @1k-off in https://github.com/gobackup/gobackup/pull/343 * Add backup all databases option to MSSQL by @1k-off in https://github.com/gobackup/gobackup/pull/340 * Add support for dumping all databases - MySQL by @aminmr in https://github.com/gobackup/gobackup/pull/347 * Add `all_databases` option to databases. by @payamQorbanpour in https://github.com/gobackup/gobackup/pull/348 ## Break Change Some config key has been changed name: * Fix typo of `passphrase` option in SCP/SFTP storages by @123-soleil in https://github.com/gobackup/gobackup/pull/342 * Renamed `passpharase` to `passphrase`. * Update MSSQL config keys to use `snake_case` by @huacnlee in https://github.com/gobackup/gobackup/pull/349 * Renamed `trustServerCertificate` to `trust_server_certificate`. ## New Contributors * @123-soleil made their first contribution in https://github.com/gobackup/gobackup/pull/342 * @aminmr made their first contribution in https://github.com/gobackup/gobackup/pull/347 **Full Changelog**: https://github.com/gobackup/gobackup/compare/v2.17.0...v3.0.0

4 downloads

v2.17.0

Nov 24, 2025
## What's Changed * Add support filename format for compressing by @zeroleo12345 in https://github.com/gobackup/gobackup/pull/334 ## New Contributors * @Oxicode made their first contribution in https://github.com/gobackup/gobackup/pull/336 * @zeroleo12345 made their first contribution in https://github.com/gobackup/gobackup/pull/334 **Full Changelog**: https://github.com/gobackup/gobackup/compare/v2.16.0...v2.17.0

4 downloads

v2.16.0

Oct 23, 2025
## What's Changed * Add to support TLS for mail notifier by @ionling in https://github.com/gobackup/gobackup/pull/288 * Fix unchecked error by @KurosawaAngel in https://github.com/gobackup/gobackup/pull/317 * Add support of Firebird database by @maratth in https://github.com/gobackup/gobackup/pull/330 * fix: Add fetchOptions to include credentials in App component by @catfishlty in https://github.com/gobackup/gobackup/pull/326 ## New Contributors * @KurosawaAngel made their first contribution in https://github.com/gobackup/gobackup/pull/317 * @maratth made their first contribution in https://github.com/gobackup/gobackup/pull/330 * @catfishlty made their first contribution in https://github.com/gobackup/gobackup/pull/326 **Full Changelog**: https://github.com/gobackup/gobackup/compare/v2.15.3...v2.16.0

4 downloads

v2.15.3

Jun 17, 2025
## What's Changed * Fix to ensure `compress_with.type` to default `tar`. by @huacnlee in https://github.com/gobackup/gobackup/pull/313 **Full Changelog**: https://github.com/gobackup/gobackup/compare/v2.15.2...v2.15.3

4 downloads

v2.15.2

Jun 16, 2025
## Changelog * d579333ffa706af487182108f4e091769e02281b Add `args` option to compress. (#284) * e1777a95ee70ba71ed814ae65b5b92d34a5444b5 Fix before_script, after_script to support multi-line scripts. (#312)

4 downloads

v2.15.1

Jun 12, 2025
## What's Changed * fix: empty console output when log file creation failed by @libsilverwolf in https://github.com/gobackup/gobackup/pull/304 * Remove redis-cli SAVE result check, the `OK` may not exist in some version. by @huacnlee in https://github.com/gobackup/gobackup/pull/309 ## New Contributors * @libsilverwolf made their first contribution in https://github.com/gobackup/gobackup/pull/304 **Full Changelog**: https://github.com/gobackup/gobackup/compare/v2.15.0...v2.15.1

4 downloads

v2.15.0

May 23, 2025
## What's Changed * Add support for healthchecks.io notifications by @1k-off in https://github.com/gobackup/gobackup/pull/228 * shellcheck and shfmt on install script by @ak1ra-komj in https://github.com/gobackup/gobackup/pull/286 ## New Contributors * @ak1ra-komj made their first contribution in https://github.com/gobackup/gobackup/pull/286 **Full Changelog**: https://github.com/gobackup/gobackup/compare/v2.14.0...v2.15.0

4 downloads

v2.14.0

Jan 24, 2025
## What's Changed * Update telegram.go for support `message_thread_id` param by @yuler in https://github.com/gobackup/gobackup/pull/273 * Add handling compression argument for postgres by @matfiz in https://github.com/gobackup/gobackup/pull/280 ## New Contributors * @yuler made their first contribution in https://github.com/gobackup/gobackup/pull/273 * @matfiz made their first contribution in https://github.com/gobackup/gobackup/pull/280 **Full Changelog**: https://github.com/gobackup/gobackup/compare/v2.13.1...v2.14.0

4 downloads