大家好!
这一次,我们决定将版本号升级到 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 团队。