This commit is contained in:
Nikolay 2016-12-09 06:53:30 -08:00 committed by GitHub
parent e4b8875bdd
commit c2d83ef392

View File

@ -30,10 +30,10 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
### Backups
* [Barman](http://www.pgbarman.org/) - Backup and Recovery Manager for PostgreSQL by 2ndQuadrant.
* [OmniPITR](https://github.com/omniti-labs/omnipitr) - Advanced WAL File Management Tools for PostgreSQL.
* [pg_probackup](https://github.com/postgrespro/pg_probackup) A fork of pg_arman, improved by @PostgresPro, supports incremental backups, backups from replica, multithreaded backup and restore, and anonymous backup without archive command.
* [pgBackRest](http://www.pgbackrest.org) - Reliable PostgreSQL Backup & Restore.
* [pghoard](https://github.com/ohmu/pghoard) - Backup and restore tool for cloud object stores (AWS S3, Azure, Google Cloud, OpenStack Swift).
* [wal-e](https://github.com/wal-e/wal-e) - Simple Continuous Archiving for PostgreSQL to S3, Azure, or Swift by Heroku.
* [pg_probackup](https://github.com/postgrespro/pg_probackup) A fork of pg_arman, improved by @PostgresPro, supports incremental backups, backups from replica, multithreaded backup and restore, and anonymous backup without archive command.
### GUI
* [Adminer](https://www.adminer.org/) - Full-featured database management tool written in PHP.