File tree 2 files changed +5
-5
lines changed
files/admin_api_scripts/pg_upgrade_scripts
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -470,10 +470,10 @@ EOF
470
470
systemctl disable postgresql
471
471
472
472
# Use systemctl stop with a longer timeout
473
- if ! systemctl stop -t 120 postgresql; then
473
+ if ! systemctl stop postgresql; then
474
474
echo " Standard stop failed, trying one more time..."
475
475
sleep 5
476
- systemctl stop -t 120 postgresql || true
476
+ systemctl stop postgresql || true
477
477
fi
478
478
479
479
# Quick verification
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
postgres_release :
12
- postgresorioledb-17 : " 17.0.1.079-orioledb-pgupgrade-2 "
13
- postgres17 : " 17.4.1.029-pgupgrade-2 "
14
- postgres15 : " 15.8.1.086-pgupgrade-2 "
12
+ postgresorioledb-17 : " 17.0.1.079-orioledb-pgupgrade-3 "
13
+ postgres17 : " 17.4.1.029-pgupgrade-3 "
14
+ postgres15 : " 15.8.1.086-pgupgrade-3 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments