Difference between revisions of "Systemctl status postgresql"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
Jun 15 16:11:58 HOSTNAME systemd[1]: Started PostgreSQL RDBMS. | Jun 15 16:11:58 HOSTNAME systemd[1]: Started PostgreSQL RDBMS. | ||
</pre> | </pre> | ||
+ | |||
+ | <pre> | ||
+ | systemctl status postgresql | ||
+ | ● postgresql.service - PostgreSQL RDBMS | ||
+ | Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled) | ||
+ | Active: inactive (dead) since Wed 2020-06-24 10:40:14 +04; 1 weeks 1 days ago | ||
+ | Main PID: 8833 (code=exited, status=0/SUCCESS) | ||
+ | |||
+ | Jun 24 10:40:14 HOSTNAME systemd[1]: postgresql.service: Succeeded. | ||
+ | Jun 24 10:40:14 HOSTNAME systemd[1]: Stopped PostgreSQL RDBMS. | ||
+ | </pre> | ||
+ | |||
+ | |||
Revision as of 09:45, 2 July 2020
systemctl status postgresql ● postgresql.service - PostgreSQL RDBMS Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled) Active: active (exited) since Mon 2020-06-15 16:11:58 +04; 1min 12s ago Process: 30007 ExecStart=/bin/true (code=exited, status=0/SUCCESS) Main PID: 30007 (code=exited, status=0/SUCCESS) Jun 15 16:11:58 HOSTNAME systemd[1]: Starting PostgreSQL RDBMS... Jun 15 16:11:58 HOSTNAME systemd[1]: Started PostgreSQL RDBMS.
systemctl status postgresql ● postgresql.service - PostgreSQL RDBMS Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled) Active: inactive (dead) since Wed 2020-06-24 10:40:14 +04; 1 weeks 1 days ago Main PID: 8833 (code=exited, status=0/SUCCESS) Jun 24 10:40:14 HOSTNAME systemd[1]: postgresql.service: Succeeded. Jun 24 10:40:14 HOSTNAME systemd[1]: Stopped PostgreSQL RDBMS.
See also
- Systemd services:
systemctl
[status | is-active | start | daemon-reload | stop | mask
|reload
|restart
|reboot
|enable
|disable
|cat
],systemctl list-units
,systemctl list-timers
,systemctl --failed
,systemctl get-default
,systemctl --help
,.service, .timer, .socket
,systemctl restart elasticsearch.service
,systemctl status apt-daily
,systemctl status oscapd
- PostgreSQL:
pg_dump, pg_restore
,pgAdmin, pg_config, psql, pg_ctl, pg_isready, initdb
, Role, Schema, DBeaver, Navicat, DataGrip, OmniDB,Adminer
, docker-compose.xml PostgreSQL, PostgreSQL version, PostgreSQL logs,postgresql.conf
,pg_hba.conf, $HOME/.pg_service.conf
, Create database (PostgreSQL), Create user,createdb
,GRANT
,pg_stat
, PostgreSQL VACUUM, EXPLAIN,pg stat activity
, Autovacuum, ALTER DATABASE, PostgreSQL statistics collector, Shared buffers, EXPLAIN (PostgreSQL),EXPLAIN ANALYZE
, Bitmap scan,EXPLAIN VERBOSE
,EXPLAIN VERBOSE (PostgresSQL)
,WAL
,ALTER USER
,CREATE ROLE, CREATE USER
,\du
,show users
,\l
, The Statistics Collector, pganalyze,cron.schedule
, Master,pg_tables
, PostgreSQL replication,CREATE, SET
, TOAST, PgBouncer, Restore DB, Index, meta-commands, Table, foreign table, Schema, Sequence, Views, materialized view, Table Partitioning, monitoring, PostgreSQL System Administration Functions, PostgreSQL extension, privileges, logging, PGTune, PostgreSQL parameter tunning, PostgreSQL modules, pgbench, PostgreSQL users, catalogs
Advertising: