Commit 4d06c585 authored by iSergio's avatar iSergio
Browse files

Removed postgresql port configure

parent 60337f4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ if [[ $DB_CLUSTER == false && "$CATEGORY" == "b" ]]; then

    chown postgres /var/log/pgpool
    # Change default PostgreSQL port to 5433
    sed -i "s/PGPORT=5432/PGPORT=5433/g" /etc/sysconfig/pgsql/postgresql
    #sed -i "s/PGPORT=5432/PGPORT=5433/g" /etc/sysconfig/pgsql/postgresql
    /etc/init.d/postgresql restart