From 04545a244834eb1bff2f2abf5e7309c0ed5b6ff4 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Fri, 7 Feb 2025 21:51:17 +0000 Subject: [PATCH] Change default cluster name to sokwedb when not using Azure --- make_files/make_cluster.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_files/make_cluster.mk b/make_files/make_cluster.mk index 30f728f..d7b549c 100644 --- a/make_files/make_cluster.mk +++ b/make_files/make_cluster.mk @@ -245,7 +245,7 @@ az-drop-throwawaydb: printf '$(DROP_THROWAWAYDB)\n' \ | psql -U $(ADMINUSER) -h $(HOST) postgres --set=ON_ERROR_STOP=y -## init-cluster Create a "primedb" Postgres cluster. +## init-cluster Create a "sokwedb" Postgres cluster. ## THIS MUST BE RUN AS UNIX ROOT. ## CAUTION: This creates a cluster that runs on the ## default PostgreSQL port, 5432. Don't have @@ -253,7 +253,7 @@ az-drop-throwawaydb: .PHONY: init-cluster init-cluster: su postgres -c \ - 'pg_createcluster -p 5432 --lc-collate C --start 16 primedb -- -k' + 'pg_createcluster -p 5432 --lc-collate C --start 16 sokwedb -- -k' ## create-adminuser This target only works when the PostgreSQL cluster ## with which you are interacting is on the local host. -- 2.34.1