Section: Server Control and Cluster Management

Restart server

bash
bash
pg_ctl -D /var/lib/postgresql/data restart
Explanation

See summary for usage details.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Server Control and Cluster Management
Start server with pg_ctl
Start a PostgreSQL server from a data directory.
OpenIn sheetbashsame section
Stop server fast
Stop the server with fast shutdown mode.
OpenIn sheetbashsame section
Initialize cluster
Create a new PostgreSQL data directory.
OpenIn sheetbashsame section
Check readiness
Probe whether the server is accepting connections.
OpenIn sheetbashsame section
Show data directory
Inspect the server's active data directory from SQL.
OpenIn sheetsqlsame section
Show config file path
Find the active `postgresql.conf` path.
OpenIn sheetsqlsame section