1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-11-27 23:32:48 +02:00

Add Operations cheat sheet of Postgres wiki

https://github.com/dhamaniasad/awesome-postgres/issues/391
This commit is contained in:
Kaarel Moppel
2025-04-30 18:04:02 +03:00
parent 5fad23eac8
commit cfede8d49e

View File

@@ -294,6 +294,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software).
### Tutorials
* [Backup and recover a PostgreSQL DB using wal-e](https://coderwall.com/p/cwe2_a/backup-and-recover-a-postgres-db-using-wal-e) - Tutorial about setting up continuous archiving in PostgreSQL using wal-e.
* [Operations cheat sheet](https://wiki.postgresql.org/wiki/Operations_cheat_sheet) - Operations cheat sheet from PostgreSQL Wiki.
* [PG Casts](https://www.pgcasts.com) - Free weekly PostgreSQL screencasts by Hashrocket.
* [Postgres Guide](http://postgresguide.com/) - Guide designed as an aid for beginners and experienced users to find specific tips and explore tools available within PostgreSQL.
* [PostgreSQL Exercises](https://pgexercises.com/) - Site to make it easy to learn PostgreSQL by doing exercises.