WAL-G 1.0 發布

發布於 2021-06-01 作者:WAL-G
相關開放原始碼

Hello world!

這次我們決定將版本號提升到 1.0,以切換到常見的版本控制模式。WAL-G 1.0 與 v0.2.0+ 版本兼容。此外,WAL-G 1.0 可以還原 WAL-E 備份和 WAL。對於非 PostgreSQL 資料庫來說是個好消息:WAL-G 現在已為 MS SQL、MySQL 資料庫準備好用於生產環境,同時 API 可能會在未來的版本中更改。MongoDB 和 Redis 的支援處於 Beta 階段。

一些有趣的功能/修復

#780 PostgreSQL remote backups
#905 Improve compatibility with PostgreSQL 13, introduced WALG_PREFETCH_DIR option
#824 New option was added to wal-verify, now it requires an argument timeline|integrity
#903 It's now not allowed to create non-permanent delta backups from permanent backups
#842 Fix compatibility with S3 implementations that do not support ListObjectsV2
#950 It's now again possible to tell WAL-G to rename .ready files to .done directly
#898, #962 WAL prefetch is now slightly faster
#858 Catchup-list command to list delta backups taken specifically for catchup
#847 Support for Yandex Cloud KMS
#817, #833 Multipart retries for GCS storage
#873 Support for AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud
#899 Add metadata for WAL files
#913, #917 New option to delete single backup for PostgreSQL
Add Redis backups. Now we have Redis support with backup-fetch, backup-push, backup-list, and delete commands.
Add MySQL catchup mode: allow replay binlogs while uploading new ones
Add SQLServer single database restore with renaming
Huge amount of bug fixes, tests, and improvements for Redis/MongoDB/SQLServer/etc

新版本可在此處取得:here

感謝所有 WAL-G 使用者、開發者,以及整個 PostgreSQL 社群。

此致,WAL-G 團隊。