From 84f7d0190561d6eb6919efbdf5bff144e7d47e53 Mon Sep 17 00:00:00 2001 From: jmagak Date: Tue, 22 Oct 2024 17:38:00 +0200 Subject: [PATCH 1/4] Updates notes on Configuring external PostgreSQL databases --- .../assembly-configuring-external-postgresql-databases.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/assemblies/assembly-configuring-external-postgresql-databases.adoc b/assemblies/assembly-configuring-external-postgresql-databases.adoc index 3f63696dbf..1021980780 100644 --- a/assemblies/assembly-configuring-external-postgresql-databases.adoc +++ b/assemblies/assembly-configuring-external-postgresql-databases.adoc @@ -5,9 +5,9 @@ As an administrator, you can configure and use external PostgreSQL databases in [NOTE] ==== -{product-short} supports only configuring external PostgreSQL databases. You can perform maintenance activities, such as backing up your data or configuring high availability (HA) for the external PostgreSQL databases. +{product-short} supports the configuration of external PostgreSQL databases. You can perform maintenance activities, such as backing up your data or configuring high availability (HA) for the external PostgreSQL databases. -Also, configuring an external PostgreSQL instance by using the {product} Operator or Helm Chart is not intended for production use. +By default, the {product} or Helm Chart creates a local PostgreSQL database. However, this is not recommended for production use. For production use, disable the local database creation and connect {product-short} to an external PostgreSQL instance. ==== @@ -17,5 +17,3 @@ include::modules/admin/proc-configuring-postgresql-instance-using-helm.adoc[leve include::modules/admin/proc-migrating-databases-to-an-external-server.adoc[leveloffset=+1] - - From 5b146574b32a2b5605fffb5de4e22baa29988fa4 Mon Sep 17 00:00:00 2001 From: jmagak Date: Tue, 22 Oct 2024 17:58:49 +0200 Subject: [PATCH 2/4] Updates notes on Configuring external PostgreSQL databases --- .../assembly-configuring-external-postgresql-databases.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assemblies/assembly-configuring-external-postgresql-databases.adoc b/assemblies/assembly-configuring-external-postgresql-databases.adoc index 1021980780..6ec2ec28cc 100644 --- a/assemblies/assembly-configuring-external-postgresql-databases.adoc +++ b/assemblies/assembly-configuring-external-postgresql-databases.adoc @@ -7,7 +7,7 @@ As an administrator, you can configure and use external PostgreSQL databases in ==== {product-short} supports the configuration of external PostgreSQL databases. You can perform maintenance activities, such as backing up your data or configuring high availability (HA) for the external PostgreSQL databases. -By default, the {product} or Helm Chart creates a local PostgreSQL database. However, this is not recommended for production use. For production use, disable the local database creation and connect {product-short} to an external PostgreSQL instance. +By default, the {product} or Helm Chart creates a local PostgreSQL database, but this is not recommended for production use. For production use, disable the local database creation and connect {product-short} to an external PostgreSQL instance. ==== From 85ed30f2ef5a213b98355e14117169deb363f19d Mon Sep 17 00:00:00 2001 From: jmagak Date: Tue, 22 Oct 2024 19:39:27 +0200 Subject: [PATCH 3/4] Updates notes on Configuring external PostgreSQL databases --- .../assembly-configuring-external-postgresql-databases.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assemblies/assembly-configuring-external-postgresql-databases.adoc b/assemblies/assembly-configuring-external-postgresql-databases.adoc index 6ec2ec28cc..7ca7fccf0c 100644 --- a/assemblies/assembly-configuring-external-postgresql-databases.adoc +++ b/assemblies/assembly-configuring-external-postgresql-databases.adoc @@ -7,7 +7,7 @@ As an administrator, you can configure and use external PostgreSQL databases in ==== {product-short} supports the configuration of external PostgreSQL databases. You can perform maintenance activities, such as backing up your data or configuring high availability (HA) for the external PostgreSQL databases. -By default, the {product} or Helm Chart creates a local PostgreSQL database, but this is not recommended for production use. For production use, disable the local database creation and connect {product-short} to an external PostgreSQL instance. +By default, the {product} operator or Helm Chart creates a local PostgreSQL database, but this is not recommended for production use. For production use, disable the local database creation and connect {product-short} to an external PostgreSQL instance. ==== From 2c481b0ce152b16586d25699f548e44799c8abfa Mon Sep 17 00:00:00 2001 From: jmagak Date: Wed, 23 Oct 2024 16:19:17 +0200 Subject: [PATCH 4/4] Updates notes on Configuring external PostgreSQL databases --- .../assembly-configuring-external-postgresql-databases.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assemblies/assembly-configuring-external-postgresql-databases.adoc b/assemblies/assembly-configuring-external-postgresql-databases.adoc index 7ca7fccf0c..031c46efc9 100644 --- a/assemblies/assembly-configuring-external-postgresql-databases.adoc +++ b/assemblies/assembly-configuring-external-postgresql-databases.adoc @@ -7,7 +7,7 @@ As an administrator, you can configure and use external PostgreSQL databases in ==== {product-short} supports the configuration of external PostgreSQL databases. You can perform maintenance activities, such as backing up your data or configuring high availability (HA) for the external PostgreSQL databases. -By default, the {product} operator or Helm Chart creates a local PostgreSQL database, but this is not recommended for production use. For production use, disable the local database creation and connect {product-short} to an external PostgreSQL instance. +By default, the {product} operator or Helm Chart creates a local PostgreSQL database. However, this configuration is not suitable for the production environments. For production deployments, disable the creation of local database and configure {product-short} to connect to an external PostgreSQL instance instead. ====