From 4cb9c5767270feab05f1fe115dacab51779bb4f2 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Fri, 7 Feb 2025 22:05:58 +0000 Subject: [PATCH] New default name "sokwe-dbs17" for server --- make_files/defaults.mk | 4 ++-- make_files/make_cluster.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/make_files/defaults.mk b/make_files/defaults.mk index f823627..b76ca10 100644 --- a/make_files/defaults.mk +++ b/make_files/defaults.mk @@ -37,7 +37,7 @@ ## ## HOST ## The host hosting the database. The default is: -## sokwe-dbs.postgres.database.azure.com +## sokwe-dbs17.postgres.database.azure.com ## (The PostgreSQL default for connecting to a local Postgres instance ## is: /var/run/postgresql) ## @@ -48,7 +48,7 @@ ifeq ($(strip $(TARGET_DB)),) export TARGET_DB := sokwedb_dev endif -export HOST := sokwe-dbs.postgres.database.azure.com +export HOST := sokwe-dbs17.postgres.database.azure.com export ADMINUSER := $(USER) diff --git a/make_files/make_cluster.mk b/make_files/make_cluster.mk index 103294e..728e94f 100644 --- a/make_files/make_cluster.mk +++ b/make_files/make_cluster.mk @@ -43,7 +43,7 @@ ## TARGET_SERVER ## The unqualified host name of the Azure postgres (flexible-server) ## to create. To fully qualify this host name append -## ".postgres.database.azure.com". The default is "sokwe-dbs". +## ".postgres.database.azure.com". The default is "sokwe-dbs17". ## ## ## CAUTION: Cluster setup, the "az-init" target, has a number of @@ -166,7 +166,7 @@ ## them with "make" will properly initialize them for use with SokweDB. export NEW_DESCRIPTION -TARGET_SERVER ?= sokwe-dbs +TARGET_SERVER ?= sokwe-dbs17 # Azure related variables # The (one) IP that that firewall allows to access the db server. -- 2.34.1