
wal-g/wal-g: Archival and Restoration for databases in the Cloud - GitHub
WAL-G is an archival restoration tool for PostgreSQL, MySQL/MariaDB, and MS SQL Server (beta for MongoDB and Redis). WAL-G is the successor of WAL-E with a number of key differences. WAL-G uses LZ4, LZMA, ZSTD, or Brotli compression, multiple processors, and non-exclusive base backups for Postgres.
PostgreSQL备份恢复工具——WAL-G - 墨天轮
2024年3月5日 · wal-g有非常众多的配置,可通过环境变量进行配置或者使用配置文件,配置文件支持json、yaml以及 viper package 支持的配置文件格式。 我们以最常用的json以及yaml为例进行说明: 通过环境变量进行配置的使用示例: export WALG_COMPRESSION_METHOD=zstd # 配置压缩算法 # 其他配置略... 使用方式, wal-g --config /configpath/*.json。 测试示例如下: 例如: 使用方式, wal-g --config /configpath/*.yaml。 测试示例如下:
探索 Wal-G:一款高效、安全的 PostgreSQL 备份恢复工具-CSDN …
2024年3月22日 · Wal-G是一个由Mail.ruGroup开发的开源工具,利用WAL日志实现快速、无停机时间的PostgreSQL备份和恢复。 它通过增量备份、高效压缩和RESTful接口提供高性能、易集成和安全的备份服务,适用于企业级备份、DevOps自动化和灾难恢复。
wal-g/docs/PostgreSQL.md at master · wal-g/wal-g - GitHub
You can use wal-g as a tool for making encrypted, compressed PostgreSQL backups (full and incremental) and push/fetch them to/from remote storages without saving it on your filesystem.
wal-g: WAL-G是一款针对 PostgreSQL 的归档恢复工具 - Gitee
WAL-G is an archival restoration tool for PostgreSQL, MySQL/MariaDB, and MS SQL Server (beta for MongoDB and Redis). WAL-G is the successor of WAL-E with a number of key differences. WAL-G uses LZ4, LZMA, ZSTD, or Brotli compression, multiple processors, and non-exclusive base backups for Postgres.
WAL-G for PostgreSQL - Read the Docs
WAL-G for PostgreSQL. You can use wal-g as a tool for making encrypted, compressed PostgreSQL backups (full and incremental) and push/fetch them to/from remote storages without saving it on your filesystem. Configuration
WAL-G download | SourceForge.net
2025年1月10日 · WAL-G is an archival restoration tool for PostgreSQL, MySQL/MariaDB, and MS SQL Server (beta for MongoDB and Redis). WAL-G is the successor of WAL-E with a number of key differences. WAL-G uses LZ4, LZMA, ZSTD, or Brotli compression, multiple processors, and non-exclusive base backups for Postgres.
Releases · wal-g/wal-g - GitHub
WAL-G for MySQL now supports the parallel backup-push/backup-fetch and has an optimized binlog upload mechanism. WAL-G for SQLServer now supports the backup encryption and compression as well as the external storage backup import/export.
wal-g - CSDN博客
2020年5月9日 · WAL-G是一款基于Go语言精心打造的备份恢复工具,以其简洁的操作流程、卓越的性能表现以及安全高效而著称。它主要为PostgreSQL、MySQL/MariaDB以及MS SQL Server等数据库系统提供全量备份与增量备份的恢复解决方案。
Storages - WAL-G - Read the Docs
WAL-G can store backups in S3, Google Cloud Storage, Azure, Swift, remote host (via SSH) or local file system. To connect to Amazon S3, WAL-G requires that this variable be set: WAL-G determines AWS credentials like other AWS tools.
- 某些结果已被删除