Really don't create any cluster on PostgreSQL installation
authorChristoph Berg <myon@debian.org>
Fri, 24 Mar 2023 14:11:31 +0000 (15:11 +0100)
committerChristoph Berg <myon@debian.org>
Fri, 24 Mar 2023 14:11:31 +0000 (15:11 +0100)
jenkins/sbuild-update.sh

index f5beb3f29d209ab4a6c2dafdcacb0e73240b894e..7eb9b1414525ab83e876dcb92f81a99391ee4ab2 100755 (executable)
@@ -157,8 +157,6 @@ EOT
 
        # install PostgreSQL
        apt-get -y install postgresql-common
-       # don't create any cluster on PostgreSQL installation
-       grep -q '^create_main_cluster = false' /etc/postgresql-common/createcluster.conf || sed -i -e 's/.*create_main_cluster.*/create_main_cluster = false/' /etc/postgresql-common/createcluster.conf
        apt-get -y install $CHROOT_INSTALL_PKGS # separate step to ease bootstrapping
 
        apt-get clean