postgresql_installation
Table of Contents
PostgreSQL Installation
Return to PostgreSQL, Managing PostgreSQL, brew install postgresql
Getting PostgreSQL on Ubuntu 19.04
PostgreSQL is in the official repositories of the distribution.
Then, open a terminal emulator and run the following Linux command line command:
:~$ sudo apt install postgresql-11
After the installation is finished, Ubuntu will start the PostgreSQL service. It will also configure the service to start automatically. So we still have to verify the status of the service.
:~$ sudo systemctl status postgresql
Fair Use Source: https://www.osradar.com/how-to-install-postgresql-on-ubuntu-19-04/
https://www.startpage.com/do/dsearch?query=install+postgresql+on+ubuntu19
postgresql_installation.txt · Last modified: 2024/05/01 04:03 by 127.0.0.1