diff --git a/home/server/home/postgres.md b/home/server/home/postgres.md new file mode 100644 index 0000000..8feda51 --- /dev/null +++ b/home/server/home/postgres.md @@ -0,0 +1,18 @@ +--- +title: Postgres +description: +published: true +date: 2025-11-21T17:22:18.109Z +tags: +editor: markdown +dateCreated: 2025-11-21T17:22:18.109Z +--- + +# Postgres + +## Update database + +stop the running instance +``` +sudo systemctl stop postgresql +``` \ No newline at end of file