質問編集履歴
1
改行修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
UbuntuでのPostgresqlの起動について
|
1
|
+
UbuntuでのPostgresqlの起動方法について
|
body
CHANGED
@@ -37,7 +37,8 @@
|
|
37
37
|
|
38
38
|
```ここに言語を入力
|
39
39
|
~$ sudo service postgresql start
|
40
|
-
|
40
|
+
* Starting PostgreSQL 11 database server
|
41
|
+
* Error: /usr/lib/postgresql/11/bin/pg_ctl /usr/lib/postgresql/11/bin/pg_ctl start -D /var/lib/postgresql/11/main -l /var/log/postgresql/postgresql-11-main.log -s -o -c config_file="/etc/postgresql/11/main/postgresql.conf" exited with status 1:
|
41
42
|
2019-02-24 21:30:42.607 DST [320] LOG: listening on IPv4 address "127.0.0.1", port 5432
|
42
43
|
2019-02-24 21:30:42.618 DST [320] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
|
43
44
|
2019-02-24 21:30:42.699 DST [321] LOG: database system was interrupted; last known up at 2019-02-24 20:35:40 DST
|