Skip to main content

Gerenciar o banco de de dados Postgres

Iniciando o Postgresql:

$ sudo systemctl start postgresql

Parando o Postgresql:

$ sudo systemctl stop postgresql

Reiniciando o Postgresql:

$ sudo systemctl restart postgresql