We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25db957 commit da55c84Copy full SHA for da55c84
jobs/postgres-10/templates/bpm.yml
@@ -8,9 +8,6 @@ postgres_config = {
8
"limits" => {
9
"open_files" => 65536,
10
},
11
- "hooks" => {
12
- "pre_start" => "/var/vcap/jobs/postgres-10/bin/pre-start",
13
- }
14
}
15
16
config = {
jobs/postgres/templates/bpm.yml
@@ -9,17 +9,10 @@ postgres_config = {
"path" => "/var/vcap/store/postgres-13",
"writable" => true,
- {
- "path" => "/var/vcap/store/postgres-10",
- "writable" => true,
- },
],
17
18
19
20
21
- "pre_start" => "/var/vcap/jobs/postgres/bin/pre-start",
22
23
24
25
0 commit comments