File tree Expand file tree Collapse file tree 13 files changed +55
-30
lines changed
Expand file tree Collapse file tree 13 files changed +55
-30
lines changed Original file line number Diff line number Diff line change 11check process postgres
22 with pidfile /var/vcap/sys/run/bpm/postgres-10/postgres-10.pid
33 start program "/var/vcap/jobs/bpm/bin/bpm start postgres-10" with timeout 300 seconds
4- stop program "/var/vcap/jobs/postgres-10 /bin/bpm- stop- postgres"
4+ stop program "/var/vcap/jobs/bpm /bin/bpm stop postgres-10 "
55 group vcap
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ templates:
77 create-database.erb: bin/create-database
88 postgres.erb: bin/postgres
99 postgresql.conf.erb: config/postgresql.conf
10- bpm-stop-postgres: bin/bpm-stop-postgres
1110
1211packages:
1312 - postgres-10
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33postgres_config = {
44 "name" => "postgres-10",
55 "executable" => "/var/vcap/jobs/postgres-10/bin/postgres",
6+ "shutdown_signal" => "INT",
67 "persistent_disk" => true,
78 "limits" => {
89 "open_files" => 65536,
Original file line number Diff line number Diff line change 11check process postgres
22 with pidfile /var/vcap/sys/run/bpm/postgres-9.4/postgres-9.4.pid
33 start program "/var/vcap/jobs/bpm/bin/bpm start postgres-9.4" with timeout 300 seconds
4- stop program "/var/vcap/jobs/postgres-9.4 /bin/bpm- stop- postgres"
4+ stop program "/var/vcap/jobs/bpm /bin/bpm stop postgres-9.4 "
55 group vcap
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ templates:
77 create-database.erb: bin/create-database
88 postgres.erb: bin/postgres
99 postgresql.conf.erb: config/postgresql.conf
10- bpm-stop-postgres: bin/bpm-stop-postgres
1110
1211packages:
1312 - postgres-9.4
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33postgres_config = {
44 "name" => "postgres-9.4",
55 "executable" => "/var/vcap/jobs/postgres-9.4/bin/postgres",
6+ "shutdown_signal" => "INT",
67 "persistent_disk" => true,
78 "limits" => {
89 "open_files" => 65536,
Original file line number Diff line number Diff line change 11check process postgres
22 with pidfile /var/vcap/sys/run/bpm/postgres/postgres.pid
33 start program "/var/vcap/jobs/bpm/bin/bpm start postgres" with timeout 300 seconds
4- stop program "/var/vcap/jobs/postgres /bin/bpm- stop- postgres"
4+ stop program "/var/vcap/jobs/bpm /bin/bpm stop postgres"
55 group vcap
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ templates:
77 create-database.erb: bin/create-database
88 postgres.erb: bin/postgres
99 postgresql.conf.erb: config/postgresql.conf
10- bpm-stop-postgres: bin/bpm-stop-postgres
1110
1211packages:
1312 - postgres-13
You can’t perform that action at this time.
0 commit comments