Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

postgresql

install

1

# Ubuntu ARM
sudo apt install postgresql
sudo systemctl enable --now postgresql
sudo systemctl status postgresql
sudo vim /etc/postgresql/17/main/postgresql.conf
listen_addresses = '0.0.0.0'
sudo systemctl restart postgresql
sudo su postgres

  1. Install and configure PostgreSQL