質問編集履歴

1

postgresqlのバージョンが変わった(上がったことへの対応)

2017/12/07 06:48

投稿

taro373
taro373

スコア189

test CHANGED
File without changes
test CHANGED
@@ -135,3 +135,33 @@
135
135
  ================================================================================
136
136
 
137
137
  ```
138
+
139
+
140
+
141
+
142
+
143
+ postgresqlのバージョンが上がったことで下記のパラメータが変更になり対応しました
144
+
145
+ ```
146
+
147
+ runtime.conf
148
+
149
+ #checkpoint_segments = 10
150
+
151
+ min_wal_size = 80MB
152
+
153
+ max_wal_size = 300MB
154
+
155
+
156
+
157
+ postgresql.conf
158
+
159
+ #unix_socket_directory = '/var/opt/gitlab/postgresql'
160
+
161
+ unix_socket_directories = '/var/opt/gitlab/postgresql'
162
+
163
+ ```
164
+
165
+ まだエラー『database files are incompatible with server』が
166
+
167
+ gitlab-ctl tail postgresqlで表示されます