From cfede8d49eafdf0c3766b2a6bc0cb4607feeb9fe Mon Sep 17 00:00:00 2001 From: Kaarel Moppel Date: Wed, 30 Apr 2025 18:04:02 +0300 Subject: [PATCH] Add Operations cheat sheet of Postgres wiki https://github.com/dhamaniasad/awesome-postgres/issues/391 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 881b676..28f1a69 100644 --- a/README.md +++ b/README.md @@ -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.