Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to install postgresql in manjaro

sudo pacman -S yay
yay -S postgresql pgadmin4

sudo -u postgres -i
initdb --locale $LANG -E UTF8 -D '/var/lib/postgres/data/'
exit

sudo systemctl enable --now postgresql
sudo systemctl status postgresql
 
PREVIOUS NEXT
Tagged: #install #postgresql #manjaro
ADD COMMENT
Topic
Name
3+3 =