How To Install Postgresql In Manjaro

[Solved] How To Install Postgresql In Manjaro | Shell - Code Explorer | yomemimo.com
Question : how to install postgresql in manjaro

Answered by : restu-wahyu-saputra

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

Source : | Last Update : Sun, 14 Feb 21

Answers related to how to install postgresql in manjaro

Code Explorer Popular Question For Shell