質問編集履歴
4
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -72,7 +72,7 @@
|
|
72
72
|
|
73
73
|
```
|
74
74
|
|
75
|
-
[
|
75
|
+
[xx@xx]# systemctl list-unit-files -t service | grep postgres
|
76
76
|
|
77
77
|
postgresql-9.4.service disabled
|
78
78
|
|
3
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -63,3 +63,17 @@
|
|
63
63
|
CentOS Linux release 7.6.1810 (Core)
|
64
64
|
|
65
65
|
psql (PostgreSQL) 9.4.22
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
状況を確認するとdisabledになっています
|
72
|
+
|
73
|
+
```
|
74
|
+
|
75
|
+
[root@tk2-408-45051 data]# systemctl list-unit-files -t service | grep postgres
|
76
|
+
|
77
|
+
postgresql-9.4.service disabled
|
78
|
+
|
79
|
+
```
|
2
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -63,17 +63,3 @@
|
|
63
63
|
CentOS Linux release 7.6.1810 (Core)
|
64
64
|
|
65
65
|
psql (PostgreSQL) 9.4.22
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
サービスが登録されているか確認したところdisabled(無効)になっています。
|
72
|
-
|
73
|
-
```
|
74
|
-
|
75
|
-
[xx@xx ~]# systemctl list-unit-files | grep postgresql
|
76
|
-
|
77
|
-
postgresql-9.4.service disabled
|
78
|
-
|
79
|
-
```
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,6 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
|
+
|
3
|
+
CentOSを強制再起動した後に
|
2
4
|
|
3
5
|
CentOSでpostgresに入ろうとしたらエラーになります。
|
4
6
|
|
@@ -61,3 +63,17 @@
|
|
61
63
|
CentOS Linux release 7.6.1810 (Core)
|
62
64
|
|
63
65
|
psql (PostgreSQL) 9.4.22
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
サービスが登録されているか確認したところdisabled(無効)になっています。
|
72
|
+
|
73
|
+
```
|
74
|
+
|
75
|
+
[xx@xx ~]# systemctl list-unit-files | grep postgresql
|
76
|
+
|
77
|
+
postgresql-9.4.service disabled
|
78
|
+
|
79
|
+
```
|