Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 879 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 879 Bytes

WAL-G binary for PostgreSQL/CentOS 8/9

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.5) for those databases:

  • PostgreSQL (wal-g-pg)
  • MySQL/MariaDB (wal-g-mysql)
  • MongoDB (wal-g-mongo)
  • Redis (wal-g-redis)
  • Greenplum (wal-g-gp)

Installation

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

Read