WAL-G is an archival restoration tool for PostgreSQL, MySQL/MariaDB, MS SQL Server, MongoDB, Redis and Greenplum.
Latest WAL-G binary for CentOS 8/9
Here is a compiled binary latest version of WAL-G (3.0.7) for those databases:
- PostgreSQL (
wal-g-pg) - MySQL/MariaDB (
wal-g-mysql) - MongoDB (
wal-g-mongo) - Redis (
wal-g-redis) - Greenplum (
wal-g-gp)
Just put the downloaded binary in /usr/local/bin:
mv wal-g-DBNAME /usr/local/bin/wal-g
for example: mv wal-g-redis /usr/local/bin/wal-g