Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ldming authored Mar 21, 2024
1 parent 9df1b94 commit b36b726
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/wal-g/wal-g)](https://goreportcard.com/report/github.com/wal-g/wal-g)
[![Documentation Status](https://readthedocs.org/projects/wal-g/badge/?version=latest)](https://wal-g.readthedocs.io/?badge=latest)

> This project is a fork of [wal-g](https://github.com/wal-g/wal-g) and has been enhanced with the following updates:
> * Introduced support for [datasafed](https://github.com/apecloud/datasafed) as a specialized storage option.
> * Upgraded Go to version 1.21.
> * Implemented the `--since-time` flag for `binlog-replay`, b`inlog-fetch`, and `binlog-server`, which allows these utilities to operate independently from the backups generated by wal-g.
> * Added filtering for MongoDB's no-op oplog entries and implemented a reset of the Latest opTs when the file is incomplete.
> * Implemented support for building wal-g images.
[This documentation is also available at wal-g.readthedocs.io](https://wal-g.readthedocs.io)

WAL-G is an archival restoration tool for PostgreSQL, MySQL/MariaDB, and MS SQL Server (beta for MongoDB and Redis).
Expand Down

0 comments on commit b36b726

Please sign in to comment.