Skip to content

Instantly share code, notes, and snippets.

View seta-phucpham's full-sized avatar

seta-phucpham

View GitHub Profile
@seta-phucpham
seta-phucpham / postgresql_plus_arch-linux.md
Created March 27, 2024 01:40 — forked from NickMcSweeney/postgresql_plus_arch-linux.md
Getting postgresql running on Arch Linux

Setup Postgresql

run postgresql with systemctl

Install postgres

latest

sudo pacman -S postgresql

specific version

find version & build from source