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