VDS Sphera Knowledge Base
| Main / Browse Categories / PostgreSQL / How do I restart PostgreSQL if it crashes? |
How do I restart PostgreSQL if it crashes?
View the file:
/tmp/postgre.logThis log usually tells you exactly what to do. For example, If you're sure there are no old backends still running, remove the shared memory block with ipcrm(1), or just delete "/usr/local/pgsql/data/postmaster.pid".You can then run the command: /etc/rc.d/init.d/pg_ctl start
User Comments
|
||||||||
Attachments
| No attachments. |
Related Articles


