docs: create home/server/home/postgres

This commit is contained in:
Lukas Forsberg 2025-11-21 18:22:20 +01:00 committed by Lukas Forsberg
parent b44dd77f7c
commit 632795489a

View File

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