From ab9040dce22211d0f678546dce0bbd0841f397c2 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Mon, 1 Dec 2025 21:12:31 +0100 Subject: [PATCH] add doc --- postgresql/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/postgresql/README.md b/postgresql/README.md index f2ac77b..173d01c 100644 --- a/postgresql/README.md +++ b/postgresql/README.md @@ -91,3 +91,8 @@ sudo systemctl start postgresql.target In the logs, you should see the **postgresql-init.service** unit restoring the database from the last backup. +Finally, remove the quadlets, their configuration and their data. + +```sh +sudo make uninstall clean +```