1 个仓库
Locating and fetching specific binary log segments based on timestamps for point-in-time recovery.
Distinct from Binary Blob Retrieval: Existing candidates focus on blob retrieval or log application, not the temporal retrieval of binary logs.
Explore 1 awesome GitHub repository matching data & databases · Binary Log Retrieval. Refine with filters or upvote what's useful.
wal-g 是一个数据库云备份工具和预写式日志(WAL)归档器,专为灾难恢复和时间点恢复而设计。它将数据库状态和事务日志归档到云存储提供商,以确保数据的长期持久性。 该项目提供了一个管理器,用于压缩、加密和清理存储在云对象存储中的数据库备份。它特别支持通过获取基础备份并重放事务日志,将数据库恢复到特定时间点。 该工具的功能涵盖多引擎备份和恢复,包括生成全量和增量备份。它通过库存跟踪和自动清理策略管理备份生命周期,并包含用于验证日志归档和表文件完整性的实用程序。 提供了一个本地代理来模拟云存储 API,用于测试备份和恢复操作。
Retrieves binary logs from storage based on backup names and timestamps to facilitate point-in-time recovery.