From 13898367120eef5483b0573fc067fcce9c1eeef5 Mon Sep 17 00:00:00 2001 From: Aiden Gerbrandt Date: Thu, 12 Mar 2026 10:59:17 -0500 Subject: [PATCH] added arch info from testing --- Postgresql.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Postgresql.md b/Postgresql.md index 3c575cb..5d34f67 100644 --- a/Postgresql.md +++ b/Postgresql.md @@ -14,6 +14,9 @@ All linux distributions package postgresql and you can just install the relevant ### Arch ```sh sudo pacman -S postgresql + +# Initialise Server Data +sudo -u postgres initdb -D '/var/lib/postgres/data' ``` ### Debian/Mint/Ubuntu @@ -77,7 +80,7 @@ flatpak install org.pgadmin.pgadmin4 ### Arch (AUR Package) ```sh -yay -S pgadmin4-desktop-bin +yay -S pgadmin4-server-bin pgadmin4-desktop-bin ``` ### Debian/Ubuntu