diff options
-rw-r--r-- | postgresql-setup | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/postgresql-setup b/postgresql-setup index 7135dab..8fd509b 100644 --- a/postgresql-setup +++ b/postgresql-setup @@ -130,10 +130,6 @@ upgrade(){ exit 5 fi - # Make sure service is stopped - # Using service here makes it work both with systemd and other init systems - service "$SERVICE_NAME" stop - # Set up log file for pg_upgrade rm -f "$PGUPLOG" touch "$PGUPLOG" || exit 1 |