WAL-G 1.0 发布

发布于 2021-06-01,作者:WAL-G
相关开源

你好,世界!

这次我们决定将版本号提升到 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

新版本可在此处获取:此处

感谢所有 WAL-G 用户、开发者以及整个 PostgreSQL 社区。

此致,WAL-G 团队。