Add tutorial for setting up continuous archiving

This commit is contained in:
Asad Dhamani 2015-11-19 18:55:25 +05:30
parent a58a937b2f
commit 359b18fad6

View File

@ -51,6 +51,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
### Tutorials
* [tutorialspoint PostgreSQL tutorial](http://www.tutorialspoint.com/postgresql/) - A very extensive collection of tutorials on PostgreSQL
* [Postgres Guide](http://postgresguide.com/) - A guide designed as an aid for beginners and experienced users to find specific tips and explore tools available within Postgres.
* [Backup and recover a Postgres DB using wal-e](https://coderwall.com/p/cwe2_a/backup-and-recover-a-postgres-db-using-wal-e) - A tutorial about setting up continuous archiving in PostgreSQL using wal-e
### Blogs
* [Planet PostgreSQL](https://planet.postgresql.org/) - A blog aggregation service for PostgreSQL.