Skip to content

Installing Postgres

jfuruness edited this page Nov 19, 2020 · 3 revisions

lib_bgp_data

Installation

To find how to install the latest version of PostgreSQL, you are going to need to google it (since anything I post here will soon be out of date).

After PostgreSQL is installed, you should run:

NOTE: change 13 to your version number

sudo systemctl start postgresql@13-main.service
# or maybe
sudo systemctl start postgresql

To check to see if it is running:

sudo systemctl status postgresql@13-main.service
# or maybe
sudo systemctl status postgresql