Changes

From SME Server
Jump to navigationJump to search
151 bytes added ,  00:59, 9 November 2021
Line 171: Line 171:  
  signal-event post-upgrade;signal-event reboot
 
  signal-event post-upgrade;signal-event reboot
   −
Then hopefully we can see a running service:
+
The service will show as failed at this point
    
  systemctl status postgresql-12
 
  systemctl status postgresql-12
    +
So we need to init the DB
 +
/usr/pgsql-12/bin/postgresql-12-setup initdb
    +
Then start it:
 +
 +
systemctl start postgresql-12
 +
 +
And now we can see it running.
   −
   
----
 
----
 
[[Category:Howto]]
 
[[Category:Howto]]
 
[[Category:Administration]]
 
[[Category:Administration]]

Navigation menu