Difference between revisions of "Apt install postgresql"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 5: Line 5:
  
  
 +
<pre>
 +
systemctl status postgresql.service
 +
● postgresql.service - PostgreSQL RDBMS
 +
  Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled)
 +
  Active: active (exited) since Tue 2020-03-03 16:41:41 +04; 4min 8s ago
 +
Main PID: 30212 (code=exited, status=0/SUCCESS)
 +
    Tasks: 0 (limit: 4915)
 +
  CGroup: /system.slice/postgresql.service
 +
 +
Jun 03 16:41:41 SERVER_NAME systemd[1]: Starting PostgreSQL RDBMS...
 +
Jun 03 16:41:41 SERVER_NAME  systemd[1]: Started PostgreSQL RDBMS.
 +
</pre>
  
  

Revision as of 12:46, 3 March 2020

.../...
Success. You can now start the database server using:
   /usr/lib/postgresql/10/bin/pg_ctl -D /var/lib/postgresql/10/main -l logfile start


systemctl status postgresql.service
● postgresql.service - PostgreSQL RDBMS
   Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled)
   Active: active (exited) since Tue 2020-03-03 16:41:41 +04; 4min 8s ago
 Main PID: 30212 (code=exited, status=0/SUCCESS)
    Tasks: 0 (limit: 4915)
   CGroup: /system.slice/postgresql.service

Jun 03 16:41:41 SERVER_NAME systemd[1]: Starting PostgreSQL RDBMS...
Jun 03 16:41:41 SERVER_NAME  systemd[1]: Started PostgreSQL RDBMS.


See also

Advertising: