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 +```