Cannot restart database after machine restart

cancel
Showing results for 
Search instead for 
Did you mean: 
805654685
Member II

Cannot restart database after machine restart

1 Reply
kintu_barot
Senior Member

Re: Cannot restart database after machine restart

The ownership of the postgresql folder should be postgres:root.

You can change the ownership using the following command

sudo chown -R postgres:root postgresql  

After this start the server.

Regards,

Kintu

ContCentric

Regards,
Kintu