diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/creating_cluster/creating_a_cluster.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/creating_cluster/creating_a_cluster.mdx
index 23927134752..f4fd50a94fb 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/creating_cluster/creating_a_cluster.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/creating_cluster/creating_a_cluster.mdx
@@ -7,8 +7,6 @@ redirects:
- /purl/upm/cluster-settings-tab/
- /purl/upm/read-only-connections/
- /purl/upm/csp-auth/
- - /purl/upm/csp-azure-ad-usermanagement/
- - /purl/upm/csp-aws-ad-usermanagement/
- /purl/upm/create-a-cluster/
- /purl/upm/private-endpoints-info/
- /purl/upm/read-only-workloads/
@@ -173,7 +171,7 @@ The following options aren't available when creating your cluster:
When provisioning database storage, not all of the storage space you specify is available for holding your data. Some space is reserved for other purposes. For a full explanation of the structure of a Postgres data directory, see [Database File Layout](https://www.postgresql.org/docs/current/storage-file-layout.html). You can make more storage space available for data if you specify separate storage for write ahead logs (WAL).
-8. In the **Network, Logs, & Telemetry** section:
+8. In the **Network, Logs, & Telemetry** section:
In **Connectivity Type**, specify whether to use private or public networking. Networking is set to **Public** by default. Public means that any client can connect to your cluster’s public IP address over the internet. Optionally, you can limit traffic to your public cluster by specifying an IP allowlist, which allows access only to certain blocks of IP addresses. To limit access, select **Use allowlists** and add one or more classless inter-domain routing (CIDR) blocks. CIDR is a method for allocating IP addresses and IP routing to a whole network or subnet. If you have any CIDR block entries, access is limited to those IP addresses. If none are specified, all network traffic is allowed.
@@ -224,8 +222,12 @@ For more information, see [Periodic maintenance](/edb-postgres-ai/cloud-service/
### Connections
+
+
#### Read-only workloads
+
+
!!! Note
The **Read-only Workloads** option is not available on single node clusters.
@@ -259,6 +261,8 @@ Use the **PgBouncer Configuration Settings** menu to set PgBouncer-specific sett
#### Identity and Access Management (IAM) Authentication
+
+
Enable **Identity and Access Management (IAM) Authentication** to turn on the ability to log in to Postgres using your AWS IAM credentials. For this feature to take effect, after you create the cluster, you must add each user to a role that uses AWS IAM authentication in Postgres. For details, see [IAM authentication for Postgres](/edb-postgres-ai/cloud-service/using_cluster/postgres_access/database_authentication/#iam-authentication-for-postgres).
#### Superuser Access
@@ -267,6 +271,8 @@ Enable **Superuser Access** to grant superuser privileges to the edb_admin role.
### Security
+
+
Enable **Transparent Data Encryption (TDE)** to use your own encryption key. This option is available for EDB Postgres Advanced Server and EDB Postgres Extended Server for version 15 and later. Select an encryption key from your project and region to encrypt the cluster with TDE. To learn more about TDE support, see [Transparent Data Encryption](/edb-postgres-ai/cloud-service/security/security/#your-own-encryption-key---transparent-data-encryption-tde).
!!!Note "Important"
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/connecting_to_your_cloud/connecting_azure.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/connecting_to_your_cloud/connecting_azure.mdx
index 6dfa692e370..5366d01c476 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/connecting_to_your_cloud/connecting_azure.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/connecting_to_your_cloud/connecting_azure.mdx
@@ -2,6 +2,7 @@
title: Connecting your Azure cloud
navTitle: Azure
redirects:
+ - /purl/upm/azure-subscription/
- /biganimal/latest/getting_started/02_connecting_to_your_cloud/connecting_azure/ #generated for BigAnimal URL path removal branch
- /biganimal/latest/getting_started/02_azure_market_setup/
---
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/connecting_to_your_cloud/index.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/connecting_to_your_cloud/index.mdx
index c252d8bed0b..f0958c08f43 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/connecting_to_your_cloud/index.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/connecting_to_your_cloud/index.mdx
@@ -2,7 +2,6 @@
title: Connecting your cloud
description: How to connect your own cloud account to the Cloud Service
redirects:
- - /purl/upm/azure-subscription/
- /purl/upm/connect-your-cloud-overview/
- /purl/upm/connect-your-cloud/
- /biganimal/latest/getting_started/02_connect_cloud_account/
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/managing_regions.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/managing_regions.mdx
index e937591a253..569be52702d 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/managing_regions.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/managing_regions.mdx
@@ -36,6 +36,9 @@ You can activate a region ahead of time using the Regions page.
## Suspend, reactivate, or delete a region
+
+
+
Before you suspend or delete a region, you must delete all clusters in that region.
1. On the left panel, select **Regions**.
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/preparing_cloud_account/index.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/preparing_cloud_account/index.mdx
index 63e27c31d4f..80b01550dc3 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/preparing_cloud_account/index.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/preparing_cloud_account/index.mdx
@@ -4,7 +4,6 @@ indexCards: simple
description: When using Your Cloud Account, how to ensure its readiness to work with EDB Postgres AI.
redirects:
- /purl/upm/cloud-readiness/
- - /purl/upm/azure-raise-resource-limits/
- /biganimal/latest/getting_started/01_check_resource_limits/
- /biganimal/latest/getting_started/preparing_cloud_account/ #generated for BigAnimal URL path removal branch
navigation:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/preparing_cloud_account/preparing_azure/index.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/preparing_cloud_account/preparing_azure/index.mdx
index 6578a8dc1ad..874b307e4de 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/preparing_cloud_account/preparing_azure/index.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/getting_started/your_cloud_account/preparing_cloud_account/preparing_azure/index.mdx
@@ -2,6 +2,7 @@
title: "Preparing your Azure account"
description: Prepare your Azure account to manage databases on EDB Postgres AI Cloud Service.
redirects:
+ - /purl/upm/azure-raise-resource-limits/
- /biganimal/latest/getting_started/01_preparing_azure/
- /biganimal/latest/getting_started/preparing_cloud_account/01_preparing_azure/ #generated for BigAnimal URL path removal branch
---
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/index.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/index.mdx
index 8d43059de39..a02602d3cba 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/index.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/index.mdx
@@ -2,6 +2,8 @@
title: EDB Postgres AI Cloud Service
navTitle: Cloud Service
description: An introduction to the EDB Postgres AI Cloud Service and its features.
+directoryDefaults:
+ displayBanner: "The EDB Hosted Cloud Service has been deprecated. Support is available for current customers. However, the related documentation topics will be removed shortly. Further updates will be provided as the removal progresses."
navigation:
- getting_started
- using_cluster
@@ -16,15 +18,17 @@ redirects:
- /purl/upm/home/
- /biganimal/latest/
- /biganimal/latest/overview/
+
---
The EDB Postgres® AI Cloud Service is a holistic platform which includes hybrid data estate management, observability, analytics, and AI capabilities.
+
## Overview
-The EDB Postgres AI Cloud Service itself is a fully managed cloud service that provides a high-performance, scalable, and secure database platform for analytics, AI, and machine learning workloads. It also provides the platform for [EDB Postgres AI Analytics](../analytics/) and [EDB Postgres AI Machine Learning](../ai-ml/) services.
+The EDB Postgres AI Cloud Service itself is a fully managed cloud service that provides a high-performance, scalable, and secure database platform for analytics and AI workloads. It also provides the platform for [EDB Postgres AI Analytics](../analytics/) and [EDB Postgres AIDB](../ai-ml/) services.
-Cloud Service builds on the [EDB Postgres Advanced Server](/epas/latest) and [EDB Postgres Extended](/pge/latest) databases and it's designed to help organizations accelerate the development and deployment of AI and machine learning applications.
+Cloud Service builds on the [EDB Postgres Advanced Server](/epas/latest) and [EDB Postgres Extended](/pge/latest) databases and it's designed to help organizations accelerate the development and deployment of AI and analytics applications.
Databases in the EDB Postgres AI Cloud Service can run on EDB's own cloud accounts or managed by EDB on your own cloud on your behalf.
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/managing_your_cluster/backup_and_restore.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/managing_your_cluster/backup_and_restore.mdx
index 869c160a29b..b09154bddb8 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/managing_your_cluster/backup_and_restore.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/managing_your_cluster/backup_and_restore.mdx
@@ -43,6 +43,8 @@ To determine the replication lag, you can compare the last log sequence number (
## Restores
+
+
If a restore is necessary—for example, in case of an accidental `DROP TABLE` statement—you can restore clusters to any point in the backup retention period.
Cluster restores aren't performed in place on an existing cluster. Instead, a new cluster is created and initialized with data from the backup archive. Restores must replay the transaction logs between the most recent full database backup and the target restore point. Thus restore times (that is, RTO) depend on the write activity in the source cluster.
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/managing_your_cluster/modifying_your_cluster/05_db_configuration_parameters.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/managing_your_cluster/modifying_your_cluster/05_db_configuration_parameters.mdx
index e21188d29ad..4f4bc0ba9d7 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/managing_your_cluster/modifying_your_cluster/05_db_configuration_parameters.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/managing_your_cluster/modifying_your_cluster/05_db_configuration_parameters.mdx
@@ -23,6 +23,8 @@ Not all database configuration parameters are supported by Cloud Service. Some p
## Using formulas for parameter values
+
+
In addition to entering specific values for parameters, for some parameters you can specify formulas to calculate a value. You can use formulas for parameters of type integer and real in ternary formulas, such as the [shared buffer example](#examples), using the following operators: `+ - / * > >= < <= == != && || ! ? : ( )`. Use `?` and `:` . Use `( )` to specify [order of operations](#order-of-operations), if needed. GUCs used in formulas must also be of type integer or real. All arithmetic is done on 64-bit floating point values rounded to an integer result if the target GUC is of type integer and not real.
BigAnimal has what we refer to as *psuedo GUCs* to help with creating equations. These read-only GUCs are:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/managing_your_cluster/periodic_maintenance.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/managing_your_cluster/periodic_maintenance.mdx
index 847312e0855..c48c0c62da7 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/managing_your_cluster/periodic_maintenance.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/managing_your_cluster/periodic_maintenance.mdx
@@ -18,6 +18,8 @@ In some cases, these updates might terminate existing network connections to you
## Specifying maintenance windows
+
+
If you want to control when the updates are pushed, you can specify a weekly maintenance window for each cluster or each data group in the case of a distributed high-availability cluster. BigAnimal displays a *scheduled maintenance* message on your cluster list four hours prior to the scheduled maintenance time to remind you of the upcoming maintenance window. This reminder allows you to make any necessary preparations, such as saving your work and closing any open connections. For more information on specifying maintenance windows, see [Maintenance](/edb-postgres-ai/cloud-service/getting_started/creating_cluster/creating_a_cluster/#maintenance).
## Maintenance for high-availability clusters
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/references/supported_cluster_types/distributed_highavailability.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/references/supported_cluster_types/distributed_highavailability.mdx
index ca11619eb9f..2eb8fdf3849 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/references/supported_cluster_types/distributed_highavailability.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/references/supported_cluster_types/distributed_highavailability.mdx
@@ -63,6 +63,8 @@ Cross-cloud service provider witness nodes are available with AWS, Azure, and Go
## Read-only workloads
+
+
When you enable the read-only workloads option during the cluster creation, a read-only connection string is created for the data group. You can use this connection to allow your application or service to route read-only requests through the shadow nodes (non-write leaders) to lighten the load on the write leaders and improve the distributed high-availability cluster's performance.
If you have more than one data group, you can choose whether to enable the read-only workloads option on a per-data-group basis.
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/references/supported_database_versions.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/references/supported_database_versions.mdx
index 024d731cc0d..dfd434e61ea 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/references/supported_database_versions.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/references/supported_database_versions.mdx
@@ -20,6 +20,8 @@ We support the major Postgres versions from the date they're made available unti
## End-of-life policy
+
+
Cloud Service deprecates support for Postgres versions following the same timeline as PostgreSQL. PostgreSQL, EDB Postgres Advanced Server, and EDB Postgres Extended Server follow the same timelines. We recommend that you take action and upgrade your Postgres databases running on the deprecated version to a later version as soon as possible.
Six months before the PostgreSQL deprecation date, Cloud Service doesn't allow you to create new instances with the deprecated database version.
@@ -30,6 +32,8 @@ The only exception is customers who purchased Extended Life Support (ELS) prior
## Key dates
+
+
While PostgreSQL officially deprecated version 11 on November 9, 2023, Cloud Service deprecated PostgreSQL 11 on November 20, 2023 in alignment with the broader EDB portfolio.
On November 20, 2023, Cloud Service deprecated support for PostgreSQL 11 and EDB Postgres Advanced Server 11 using the following schedule. We recommend that you take action and upgrade your Postgres databases running on major version 11 to a later version, such as PostgreSQL version 15.
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_01_jan_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_01_jan_rel_notes.mdx
similarity index 92%
rename from advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_01_jan_rel_notes.mdx
rename to advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_01_jan_rel_notes.mdx
index 2798469d410..cb10f457a66 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_01_jan_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_01_jan_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service January release notes
navTitle: "January 2023"
redirects:
- /biganimal/latest/release_notes/2023_01_jan_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2023_01_jan_rel_notes/
---
Cloud Service's January 2023 release includes the following enhancements and bug fixes:
@@ -11,4 +12,4 @@ Cloud Service's January 2023 release includes the following enhancements and bug
| ----------- | ------------------------------------------------------------------------------------------------------------------------------- |
| Enhancement | Added support for an additional AWS region: AWS Asia Pacific Southeast 2 (Sydney). |
| Enhancement | Cloud Service CLI v1.12.0 & v1.13.0 now allows users to provision faraway replicas and get monitoring info for their clusters. |
-
\ No newline at end of file
+
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_02_feb_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_02_feb_rel_notes.mdx
similarity index 89%
rename from advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_02_feb_rel_notes.mdx
rename to advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_02_feb_rel_notes.mdx
index f783d3c6859..6c5ef0201e4 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_02_feb_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_02_feb_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service February release notes
navTitle: "February 2023"
redirects:
- /biganimal/latest/release_notes/2023_02_feb_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2023_02_feb_rel_notes/
---
Cloud Service's February 2023 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_03_mar_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_03_mar_rel_notes.mdx
similarity index 98%
rename from advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_03_mar_rel_notes.mdx
rename to advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_03_mar_rel_notes.mdx
index 5f65cc6ef71..56a1c5165a5 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_03_mar_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_03_mar_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service March release notes
navTitle: "March 2023"
redirects:
- /biganimal/latest/release_notes/2023_03_mar_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2023_03_mar_rel_notes/
---
Cloud Service's March 2023 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_04_apr_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_04_apr_rel_notes.mdx
similarity index 89%
rename from advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_04_apr_rel_notes.mdx
rename to advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_04_apr_rel_notes.mdx
index 60d3f359434..3213122566b 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_04_apr_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_04_apr_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service April release notes
navTitle: "April 2023"
redirects:
- /biganimal/latest/release_notes/2023_04_apr_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2023_04_apr_rel_notes/
---
Cloud Service's April 2023 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_05_may_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_05_may_rel_notes.mdx
similarity index 94%
rename from advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_05_may_rel_notes.mdx
rename to advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_05_may_rel_notes.mdx
index 662084c1382..a46e7d8b45e 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_05_may_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_05_may_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service May release notes
navTitle: "May 2023"
redirects:
- /biganimal/latest/release_notes/2023_05_may_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2023_05_may_rel_notes/
---
Cloud Service's May 2023 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_06_jun_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_06_jun_rel_notes.mdx
similarity index 95%
rename from advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_06_jun_rel_notes.mdx
rename to advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_06_jun_rel_notes.mdx
index 535a692ab85..7d472348e17 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_06_jun_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_06_jun_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service June release notes
navTitle: "June 2023"
redirects:
- /biganimal/latest/release_notes/2023_06_jun_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2023_06_jun_rel_notes/
---
Cloud Service's June 2023 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_07_jul_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_07_jul_rel_notes.mdx
similarity index 95%
rename from advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_07_jul_rel_notes.mdx
rename to advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_07_jul_rel_notes.mdx
index 13642c91a81..4479b5fe957 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_07_jul_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_07_jul_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service July release notes
navTitle: "July 2023"
redirects:
- /biganimal/latest/release_notes/2023_07_jul_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2023_07_jul_rel_notes/
---
Cloud Service's July 2023 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_08_aug_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_08_aug_rel_notes.mdx
similarity index 90%
rename from advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_08_aug_rel_notes.mdx
rename to advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_08_aug_rel_notes.mdx
index ad2a0827f82..bbbb76a5f83 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_08_aug_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_08_aug_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service August release notes
navTitle: "August 2023"
redirects:
- /biganimal/latest/release_notes/2023_08_aug_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2023_08_aug_rel_notes/
---
Cloud Service's August 2023 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_09_sep_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_09_sep_rel_notes.mdx
similarity index 96%
rename from advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_09_sep_rel_notes.mdx
rename to advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_09_sep_rel_notes.mdx
index e51b1c277ce..f7d64692700 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_09_sep_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_09_sep_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service September release notes
navTitle: "September 2023"
redirects:
- /biganimal/latest/release_notes/2023_09_sep_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2023_09_sep_rel_notes/
---
Cloud Service's September 2023 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_10_oct_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_10_oct_rel_notes.mdx
similarity index 92%
rename from advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_10_oct_rel_notes.mdx
rename to advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_10_oct_rel_notes.mdx
index 5186cee8b53..178cb899de1 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_10_oct_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_10_oct_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service October release notes
navTitle: "October 2023"
redirects:
- /biganimal/latest/release_notes/2023_10_oct_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2023_10_oct_rel_notes/
---
Cloud Service's October 2023 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_11_nov_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_11_nov_rel_notes.mdx
similarity index 94%
rename from advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_11_nov_rel_notes.mdx
rename to advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_11_nov_rel_notes.mdx
index 5e1dfc8efe9..cd8ec2699c4 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_11_nov_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_11_nov_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service November release notes
navTitle: "November 2023"
redirects:
- /biganimal/latest/release_notes/2023_11_nov_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2023_11_nov_rel_notes/
---
Cloud Service's November 2023 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_12_dec_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_12_dec_rel_notes.mdx
similarity index 91%
rename from advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_12_dec_rel_notes.mdx
rename to advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_12_dec_rel_notes.mdx
index 3a5c378a49e..a63a87b9a1b 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023_12_dec_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/2023_12_dec_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service December release notes
navTitle: "December 2023"
redirects:
- /biganimal/latest/release_notes/2023_12_dec_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2023_12_dec_rel_notes/
---
Cloud Service's December 2023 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/index.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/index.mdx
new file mode 100644
index 00000000000..cba14e3e277
--- /dev/null
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2023/index.mdx
@@ -0,0 +1,34 @@
+---
+title: Cloud Service release notes 2023
+navTitle: "2023"
+description: 2023 release notes for Cloud Service
+navigation:
+ - 2023_12_dec_rel_notes
+ - 2023_11_nov_rel_notes
+ - 2023_10_oct_rel_notes
+ - 2023_09_sep_rel_notes
+ - 2023_08_aug_rel_notes
+ - 2023_07_jul_rel_notes
+ - 2023_06_jun_rel_notes
+ - 2023_05_may_rel_notes
+ - 2023_04_apr_rel_notes
+ - 2023_03_mar_rel_notes
+ - 2023_02_feb_rel_notes
+ - 2023_01_jan_rel_notes
+indexCards: none
+---
+
+| 2023 |
+|--------------------------------------|
+| [December 2023](2023_12_dec_rel_notes) |
+| [November 2023](2023_11_nov_rel_notes) |
+| [October 2023](2023_10_oct_rel_notes) |
+| [September 2023](2023_09_sep_rel_notes)|
+| [August 2023](2023_08_aug_rel_notes) |
+| [July 2023](2023_07_jul_rel_notes) |
+| [June 2023](2023_06_jun_rel_notes) |
+| [May 2023](2023_05_may_rel_notes) |
+| [April 2023](2023_04_apr_rel_notes) |
+| [March 2023](2023_03_mar_rel_notes) |
+| [February 2023](2023_02_feb_rel_notes) |
+| [January 2023](2023_01_jan_rel_notes) |
\ No newline at end of file
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_01_jan_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_01_jan_rel_notes.mdx
index dac6eaabc2b..c5a78504853 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_01_jan_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_01_jan_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service January 2024 release notes
navTitle: January 2024
redirects:
- /biganimal/latest/release_notes/2024_01_jan_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2024_01_jan_rel_notes/
---
Cloud Service's January 2024 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_02_feb_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_02_feb_rel_notes.mdx
index b8b87f7c223..05618b4db91 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_02_feb_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_02_feb_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service February 2024 release notes
navTitle: February 2024
redirects:
- /biganimal/latest/release_notes/2024_02_feb_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2024_02_feb_rel_notes/
---
Cloud Service's February 2024 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_03_mar_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_03_mar_rel_notes.mdx
index 8dbf95c1d6b..e42cca9bb2a 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_03_mar_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_03_mar_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service March 2024 release notes
navTitle: March 2024
redirects:
- /biganimal/latest/release_notes/2024_03_mar_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2024_03_mar_rel_notes/
---
Cloud Service's March 2024 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_04_apr_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_04_apr_rel_notes.mdx
index c891385f8f1..a6d89d13c3e 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_04_apr_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_04_apr_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service April 2024 release notes
navTitle: April 2024
redirects:
- /biganimal/latest/release_notes/2024_04_apr_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2024_04_apr_rel_notes/
---
Cloud Service's April 2024 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_05_may_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_05_may_rel_notes.mdx
index 65217348d88..9039749faf5 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_05_may_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_05_may_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service May 2024 release notes
navTitle: May 2024
redirects:
- /biganimal/latest/release_notes/2024_05_may_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2024_05_may_rel_notes/
---
Cloud Service's May 2024 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_06_jun_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_06_jun_rel_notes.mdx
index 9e7e8e38766..48ddcb2ad31 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_06_jun_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_06_jun_rel_notes.mdx
@@ -3,6 +3,7 @@ title: Cloud Service June 2024 release notes
navTitle: June 2024
redirects:
- /biganimal/latest/release_notes/2024_06_jun_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2024_06_jun_rel_notes/
---
Cloud Service's June 2024 release includes the following enhancements and bug fixes:
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_07_jul_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_07_jul_rel_notes.mdx
index 71d9d10b034..e9fc25a8660 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_07_jul_rel_notes.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_07_jul_rel_notes.mdx
@@ -3,10 +3,12 @@ title: BigAnimal July 2024 release notes
navTitle: July 2024
redirects:
- /biganimal/latest/release_notes/2024_07_jul_rel_notes/ #generated for BigAnimal URL path removal branch
- - /biganimal/latest/release_notes/2024_07_jul_rel_notes/ #generated for BigAnimal URL path removal branch
+ - /edb-postgres-ai/cloud-service/release_notes/2024_07_jul_rel_notes/
---
-No updates were released for BigAnimal in July 2024.
-
+EDB Postgres® AI Cloud Service's July 2024 release includes the following enhancements and bug fixes:
+| Type | Description |
+|------|-------------|
+| Enhancement | Support for [tagging AWS resources](/edb-postgres-ai/cloud-service/using_cluster/your_cloud_account/csp_tagging/) added |
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_08_aug_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_08_aug_rel_notes.mdx
new file mode 100644
index 00000000000..b6eb0a6ac39
--- /dev/null
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_08_aug_rel_notes.mdx
@@ -0,0 +1,16 @@
+---
+title: Cloud Service August 2024 release notes
+navTitle: August 2024
+redirect:
+- /edb-postgres-ai/cloud-service/release_notes/2024_08_aug_rel_notes/
+---
+
+EDB Postgres® AI Cloud Service's August 2024 release includes the following enhancements and bug fixes:
+
+| Type | Description |
+|------|-------------|
+| Enhancement | Volume Snapshot Backup support for Distributed HA Clusters (PGD). |
+| Enhancement | BigAnimal CLI v3.9.0 is now available. Learn more about what’s new [**here**](https://cli.biganimal.com/versions/v3.9.0/). |
+| Enhancement | Internal improvements and updates for the cloud service. |
+| Enhancement | Support added for AWS t3 instance types. |
+| Enhancement | UI now enables customers to change backup times. |
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_09_sep_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_09_sep_rel_notes.mdx
new file mode 100644
index 00000000000..c5b817a24d8
--- /dev/null
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_09_sep_rel_notes.mdx
@@ -0,0 +1,12 @@
+---
+title: Cloud Service September 2024 release notes
+navTitle: September 2024
+redirect:
+- /edb-postgres-ai/cloud-service/release_notes/2024_09_sep_rel_notes/
+---
+
+EDB Postgres® AI Cloud Service's September 2024 release includes the following enhancements and bug fixes:
+
+| Type | Description |
+|------|-------------|
+| Enhancement | Support for wal2json extension added. |
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_10_oct_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_10_oct_rel_notes.mdx
new file mode 100644
index 00000000000..2e4db68ebca
--- /dev/null
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_10_oct_rel_notes.mdx
@@ -0,0 +1,12 @@
+---
+title: Cloud Service October 2024 release notes
+navTitle: October 2024
+redirect:
+- /edb-postgres-ai/cloud-service/release_notes/2024_10_oct_rel_notes/
+---
+
+EDB Postgres® AI Cloud Service's October 2024 release includes the following enhancements and bug fixes:
+
+| Type | Description |
+|------|-------------|
+| Enhancement | Implemented graceful handling of "0% storage available" scenarios. |
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_11_nov_rel_notes.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_11_nov_rel_notes.mdx
new file mode 100644
index 00000000000..19249b36a3f
--- /dev/null
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/2024_11_nov_rel_notes.mdx
@@ -0,0 +1,14 @@
+---
+title: Cloud Service November 2024 release notes
+navTitle: November 2024
+redirect:
+- /edb-postgres-ai/cloud-service/release_notes/2024_11_nov_rel_notes/
+---
+
+EDB Postgres® AI Cloud Service's November 2024 release includes the following enhancements and bug fixes:
+
+| Type | Description |
+|------|-------------|
+| Enhancement | Expansion of service notifications to customers via Slack, PagerDuty, Webhook |
+| Enhancement | BigAnimal CLI v3.10.0 is now available. Learn more about what’s new [**here**](https://cli.biganimal.com/versions/v3.10.0/). |
+| Enhancement | Terrraform provider for EDB Postgres AI Cloud Service 1.2.0 is now available. Learn more about what’s new [**here**](https://github.com/EnterpriseDB/terraform-provider-biganimal/releases/tag/v1.2.0). |
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx
index 068069a0c69..c72d98c6e6f 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/release_notes/index.mdx
@@ -3,6 +3,10 @@ title: Cloud Service release notes
navTitle: Release notes
description: Provides monthly release notes for Cloud Service
navigation:
+ - 2024_11_nov_rel_notes
+ - 2024_10_oct_rel_notes
+ - 2024_09_sep_rel_notes
+ - 2024_08_aug_rel_notes
- 2024_07_jul_rel_notes
- 2024_06_jun_rel_notes
- 2024_05_may_rel_notes
@@ -10,26 +14,23 @@ navigation:
- 2024_03_mar_rel_notes
- 2024_02_feb_rel_notes
- 2024_01_jan_rel_notes
- - 2023_12_dec_rel_notes
- - 2023_11_nov_rel_notes
- - 2023_10_oct_rel_notes
- - 2023_09_sep_rel_notes
- - 2023_08_aug_rel_notes
- - 2023_07_jul_rel_notes
- - 2023_06_jun_rel_notes
- - 2023_05_may_rel_notes
- - 2023_04_apr_rel_notes
- - 2023_03_mar_rel_notes
- - 2023_02_feb_rel_notes
- - 2023_01_jan_rel_notes
redirects:
- /biganimal/latest/release_notes/ #generated for BigAnimal URL path removal branch
+indexCards: none
---
+!!!note "Deprecation"
+The EDB Hosted Cloud Service has been deprecated. Support is available for current customers. However, the related documentation topics will be removed shortly. Further updates will be provided as the removal progresses.
+!!!
+
The Cloud Service documentation describes the latest version of Cloud Service, including minor releases and patches. These release notes provide information on what was new in each release. For new functionality introduced in a minor or patch release, the content also indicates the release that introduced the feature.
| 2024 |
|----------------------------------------|
+| [November 2024](2024_11_nov_rel_notes) |
+| [October 2024](2024_10_oct_rel_notes) |
+| [September 2024](2024_09_sep_rel_notes)|
+| [August 2024](2024_08_aug_rel_notes) |
| [July 2024](2024_07_jul_rel_notes) |
| [June 2024](2024_06_jun_rel_notes) |
| [May 2024](2024_05_may_rel_notes) |
@@ -38,17 +39,21 @@ The Cloud Service documentation describes the latest version of Cloud Service, i
| [February 2024](2024_02_feb_rel_notes) |
| [January 2024](2024_01_jan_rel_notes) |
-| 2023 |
-|--------------------------------------|
-| [December 2023](2023_12_dec_rel_notes) |
-| [November 2023](2023_11_nov_rel_notes) |
-| [October 2023](2023_10_oct_rel_notes) |
-| [September 2023](2023_09_sep_rel_notes)|
-| [August 2023](2023_08_aug_rel_notes) |
-| [July 2023](2023_07_jul_rel_notes) |
-| [June 2023](2023_06_jun_rel_notes) |
-| [May 2023](2023_05_may_rel_notes) |
-| [April 2023](2023_04_apr_rel_notes) |
-| [March 2023](2023_03_mar_rel_notes) |
-| [February 2023](2023_02_feb_rel_notes) |
-| [January 2023](2023_01_jan_rel_notes) |
+2023
+
+| 2023 |
+|----------------------------------------------|
+| [December 2023](2023/2023_12_dec_rel_notes) |
+| [November 2023](2023/2023_11_nov_rel_notes) |
+| [October 2023](2023/2023_10_oct_rel_notes) |
+| [September 2023](2023/2023_09_sep_rel_notes) |
+| [August 2023](2023/2023_08_aug_rel_notes) |
+| [July 2023](2023/2023_07_jul_rel_notes) |
+| [June 2023](2023/2023_06_jun_rel_notes) |
+| [May 2023](2023/2023_05_may_rel_notes) |
+| [April 2023](2023/2023_04_apr_rel_notes) |
+| [March 2023](2023/2023_03_mar_rel_notes) |
+| [February 2023](2023/2023_02_feb_rel_notes) |
+| [January 2023](2023/2023_01_jan_rel_notes) |
+
+
diff --git a/advocacy_docs/edb-postgres-ai/cloud-service/using_cluster/cli/managing_clusters.mdx b/advocacy_docs/edb-postgres-ai/cloud-service/using_cluster/cli/managing_clusters.mdx
index 0fd59e5bf03..dda5253484c 100644
--- a/advocacy_docs/edb-postgres-ai/cloud-service/using_cluster/cli/managing_clusters.mdx
+++ b/advocacy_docs/edb-postgres-ai/cloud-service/using_cluster/cli/managing_clusters.mdx
@@ -33,7 +33,7 @@ Enable read-only workloads: No
Provider: Azure
Cloud Provider Subscription ID: "111,222"
Service Account IDs, (leave empty to stop adding): "id1@iam.gcp"
-Cluster Name: my-biganimal-cluster
+Cluster Name: my-cloud-service-cluster
Password: ****************
PostgreSQL type: EDB Postgres Advanced Server
PostgreSQL version: 14
@@ -71,7 +71,7 @@ __OUTPUT__
├──────────────┬──────────────────────┬──────────┬──────────────┬──────────────────────────┬─────────────┬───────────────┬───────────────────────────────┬────────────────────┬────────────┤
│ ID │ Name │ Provider │ Architecture │ Status │ Region │ Instance Type │ Postgres Details │ Maintenance Window │ FAReplicas │
├──────────────┼──────────────────────┼──────────┼──────────────┼──────────────────────────┼─────────────┼───────────────┼───────────────────────────────┼────────────────────┼────────────┤
-│ p-gxhkfww1fe │ my-biganimal-cluster │ Azure │ ha │ Cluster in healthy state │ East US │ E2s v3 │ EDB Postgres Advanced Server │ Disabled │ N/A │
+│ p-gxhkfww1fe │ my-cloud-service-cluster │ Azure │ ha │ Cluster in healthy state │ East US │ E2s v3 │ EDB Postgres Advanced Server │ Disabled │ N/A │
│ │ │ │ │ │ │ │ │ │ │
└──────────────┴──────────────────────┴──────────┴──────────────┴──────────────────────────┴─────────────┴───────────────┴───────────────────────────────┴────────────────────┴────────────┘
```
@@ -87,16 +87,21 @@ Here's a sample configuration file in YAML format with Azure specified as the pr
---
clusterArchitecture: ha #
haStandbyReplicas: 2 #
-provider: azure #
+provider: azure #
cspSubscriptionIDs: #
- 123123123 #
- 456456456 #
serviceAccountIds: #
- service-account-1234567b@development-data-123456.iam.gserviceaccount.com#
- service-account-1234567b@development-data-123456.iam.gserviceaccount.com#
-clusterName: biganimal_cluster #
+clusterName: cloud_service_cluster #
password: ************ #
-# refer following link for steps to setup IAM: https://www.enterprisedb.com/docs/biganimal/latest/using_cluster/01_postgres_access/iam-authentication-for-postgres
+tags: #
+ - name: tag1 #
+ color: "#c5eae7" #
+ - name: tag2 #
+ color: "#0b6ff4" #
+# refer following link for steps to setup IAM: https://www.enterprisedb.com/docs/edb-postgres-ai/cloud-service/using_cluster/postgres_access/database_authentication/#iam-authentication-for-postgres
iamAuthentication: true #
postgresType: epas #
postgresVersion: 14 #
@@ -104,7 +109,7 @@ region: eastus #
volumeType: azurepremiumstorage #
volumeProperties: P1 #
-volumePropertySize: 4Gi #
+volumePropertySize: 32Gi #
volumePropertyIOPS: 1000 # : Not Applicable to Azure Premium Storage and GCP:[pd-ssd], volume Input/Output Operations Per Second>
networking: public #
allowIpRangeMap: #
@@ -117,9 +122,21 @@ pgConfigMap: #
array_nulls: true #
backupRetentionPeriod: 30d #
-superuserAccess: true #
-pgvector: true #
-postgis: true #
+customMaintenanceWindow: #
+ isEnabled: true #
+ maintenanceStartDay: Monday #
+ maintenanceStartTime: 02:00 #
+superuserAccess: true #
+pgvector: true #
+postgis: true #
+pgBouncer: true #
+pgBouncerRWSettings: #
+ application_name_add_host: true #
+ max_client_conn: 100 #
+pgBouncerROSettings: #
+ idle_transaction_timeout: 20 #
+ log_stats: true #
+ ---
```
!!! Note
@@ -162,7 +179,7 @@ To use your Cloud Service cluster, you first need to get your cluster's connecti
```shell
biganimal cluster show-connection \
- --name "my-biganimal-cluster" \
+ --name "my-cloud-service-cluster" \
--provider "azure" \
--region "eastus"
__OUTPUT__
@@ -181,7 +198,7 @@ You can query the complete connection information with other output formats, lik
```shell
biganimal cluster show-connection \
- --name "my-biganimal-cluster" \
+ --name "my-cloud-service-cluster" \
--provider "azure" \
--region "eastus" \
--output "json"
@@ -207,11 +224,12 @@ After the cluster is created, you can update attributes of the cluster, includin
- IAM authentication
- Cloud service provider subscription IDs
- Service account IDs
+- Tags
For example, to set the public allowed IP range list, use the `--cidr-blocks` flag:
```shell
-./biganimal cluster update --name "my-biganimal-cluster" --provider "azure" \
+./biganimal cluster update --name "my-cloud-service-cluster" --provider "azure" \
--region "eastus" \
--cidr-blocks "9.9.9.9/28=Traffic from App A"
```
@@ -219,7 +237,7 @@ For example, to set the public allowed IP range list, use the `--cidr-blocks` fl
To check whether the setting took effect, use the `cluster show` command, and view the detailed cluster information output in JSON format. For example:
```shell
-biganimal cluster show --name "my-biganimal-cluster" --provider "azure" \
+biganimal cluster show --name "my-cloud-service-cluster" --provider "azure" \
--region "eastus" \
--output "json" \
| jq '.[0].allowIpRangeMap'
@@ -255,7 +273,7 @@ To delete a cluster you no longer need, use the `cluster delete` command. For ex
```shell
biganimal cluster delete \
- --name "my-biganimal-cluster" \
+ --name "my-cloud-service-cluster" \
--provider "azure" \
--region "eastus"
```
@@ -268,11 +286,11 @@ Cloud Service continuously backs up your PostgreSQL clusters. Using the CLI, you
```shell
biganimal cluster restore\
- --name "my-biganimal-cluster" \
+ --name "my-cloud-service-cluster" \
--provider "azure" \
--region "eastus" \
--password "mypassword@123" \
- --new-name "my-biganimal-cluster-restored" \
+ --new-name "my-cloud-service-cluster-restored" \
--new-region="eastus2" \
--cluster-architecture "single" \
--instance-type "azure:Standard_E2s_v3" \
@@ -284,6 +302,7 @@ biganimal cluster restore\
--backup-retention-period "2w" \
--postgis=true
--pgvector=true
+ --tags "tag1, tag2=blue"
--read-only-workloads: "true"
--csp-subscription-ids "123123123,456456456"
--service-account-ids "service-account-1234567b@development-data-123456.iam.gserviceaccount.com,
@@ -411,66 +430,86 @@ Where `` is a valid path to a YAML configuration file.
#### Azure example
```
-clusterName: biganimal-azure-pgd-cluster
-password: Meredith Palmer Memorial
-postgresType: epas
-postgresVersion: "14"
-provider: azure
-dataNodes: 2
-dataGroups:
- - iamAuthentication: false
- region: westus2
- instanceType: azure:Standard_E2s_v3
- volumeType: azurepremiumstorage
- volumeProperties: P2
- customMaintenanceWindow:
- maintenanceStartTime: 18:00
- maintenanceStartDay: wednesday
- networking: public
- allowIpRangeMap:
- - cidr: 9.9.9.9/28
- description: Allow traffic from App A
- - cidr: 10.10.10.10/27
- description: Allow traffic from App B
- pgConfigMap:
- application_name: test
- array_nulls: true
- backupRetentionPeriod: 30d
- - iamAuthentication: false
- region: canadacentral
- instanceType: azure:Standard_E2s_v3
- volumeType: azurepremiumstorage
- volumeProperties: P2
- customMaintenanceWindow:
- maintenanceStartTime: 18:00
- maintenanceStartDay: tuesday
- networking: public
- allowIpRangeMap:
- - cidr: 9.9.9.9/28
- description: Allow traffic from App A
- - cidr: 10.10.10.10/27
- description: Allow traffic from App B
- pgConfigMap:
- application_name: test1
- array_nulls: true
- backupRetentionPeriod: 30d
-witnessGroups:
- - provider: azure
- region: uksouth
- customMaintenanceWindow:
- maintenanceStartTime: 18:00
- maintenanceStartDay: monday
+clusterName: cloud_service_cluster #
+password: ************ #
+postgresType: epas # (only epas is supported in pgd preview)
+postgresVersion: 14 #
+provider: azure #
+dataNodes: 3 #
+tags: #
+ - name: tag1 #
+ color: blue #
+ - name: tag2 #
+ color: "#FF0000" #
+dataGroups: #
+ region: westus2 #
+ instanceType: azure:Standard_E2s_v3 #
+ volumeType: azurepremiumstorage #
+ volumeProperties: P1 #
+ volumePropertySize: 32Gi #
+ volumePropertyIOPS: 1000 # : Not Applicable to Azure Premium Storage and GCP:[pd-ssd], volume Input/Output Operations Per Second>
+ customMaintenanceWindow: #
+ maintenanceStartTime: 15:00 #
+ maintenanceStartDay: Monday #
+ networking: public #
+ allowIpRangeMap: #
+ - cidr: 9.9.9.9/28 #
+ description: Allow traffic from App A #
+ - cidr: 10.10.10.10/27 #
+ description: Allow traffic from App B #
+ pgConfigMap: #
+ application_name: test_app #
+ array_nulls: true #
+ backupRetentionPeriod: 30d #
+ - iamAuthentication: false #
+ region: canadacentral #
+ instanceType: azure:Standard_E2s_v3 #
+ volumeType: azurepremiumstorage #
+ volumeProperties: P1 #
+ volumePropertySize: 32Gi #
+ volumePropertyIOPS: 1000 # : Not Applicable to Azure Premium Storage and GCP:[pd-ssd], volume Input/Output Operations Per Second>
+ customMaintenanceWindow: #
+ maintenanceStartTime: 17:00 #
+ maintenanceStartDay: tuesday #
+ networking: public #
+ allowIpRangeMap: #
+ - cidr: 9.9.9.9/28 #
+ description: Allow traffic from App A #
+ - cidr: 10.10.10.10/27 #
+ description: Allow traffic from App B #
+ pgConfigMap: #
+ application_name: test_app #
+ array_nulls: true #
+ backupRetentionPeriod: 30d #
+# cspSubscriptionIds: #
+# - 123123123 #
+# - 456456456 #
+# serviceAccountIds: #
+# - service-account-1234567b@development-data-123456.iam.gserviceaccount.com#
+# - service-account-1234567b@development-data-123456.iam.gserviceaccount.com#
+witnessGroups: #
+ region: uksouth #
+ customMaintenanceWindow: #
+ maintenanceStartTime: 18:00 #
+ maintenanceStartDay: Monday #
```
#### AWS example
```
-clusterName: biganimal-aws-pgd-cluster #
+clusterName: cloud-service-aws-pgd-cluster #
password: Meredith Palmer Memorial #
postgresType: pgextended # (only epas is supported in pgd preview)
postgresVersion: 16 #
provider: aws #
dataNodes: 2 #
+tags: #
+ - name: tag1 #
+ color: blue #
+ - name: tag2 #
+ color: "#FF0000" #
dataGroups: #
region: ap-south-1 #
@@ -481,7 +520,7 @@ dataGroups: # : Not Applicable to Azure Premium Storage and GCP:[pd-ssd], volume Input/Output Operations Per Second>
customMaintenanceWindow: #
maintenanceStartTime: 15:00 #
- maintenanceStartDay: monday #
+ maintenanceStartDay: Monday #
networking: public #
allowIpRangeMap: #
- cidr: 9.9.9.9/28 #
@@ -502,7 +541,7 @@ dataGroups: # : Not Applicable to Azure Premium Storage and GCP:[pd-ssd], volume Input/Output Operations Per Second>
customMaintenanceWindow: #
maintenanceStartTime: 17:00 #
- maintenanceStartDay: tuesday #
+ maintenanceStartDay: tuesday #
networking: public #
allowIpRangeMap: #
- cidr: 9.9.9.9/28 #
@@ -525,18 +564,23 @@ witnessGroups: #
customMaintenanceWindow: #
maintenanceStartTime: 18:00 #
- maintenanceStartDay: monday #
+ maintenanceStartDay: Monday #
```
#### Google Cloud example
```
-clusterName: biganimal-gcp-pgd-cluster #
+clusterName: cloud-service-gcp-pgd-cluster #
password: Meredith Palmer Memorial #
postgresType: epas # (only epas is supported in pgd preview)
postgresVersion: 16 #
provider: gcp #
dataNodes: 3 #
+tags: #
+ - name: tag1 #
+ color: blue #
+ - name: tag2 #
+ color: "#FF0000" #
dataGroups: #
region: europe-west1 #
@@ -547,7 +591,7 @@ dataGroups: # : Not Applicable to Azure Premium Storage and GCP:[pd-ssd], volume Input/Output Operations Per Second>
customMaintenanceWindow: #
maintenanceStartTime: 15:00 #
- maintenanceStartDay: monday #
+ maintenanceStartDay: Monday #
networking: public #
allowIpRangeMap: #
- cidr: 9.9.9.9/28 #
@@ -568,7 +612,7 @@ dataGroups: # : Not Applicable to Azure Premium Storage and GCP:[pd-ssd], volume Input/Output Operations Per Second>
customMaintenanceWindow: #
maintenanceStartTime: 18:00 #
- maintenanceStartDay: monday #
+ maintenanceStartDay: Monday #
networking: public #
allowIpRangeMap: #
- cidr: 9.9.9.9/28 #
@@ -587,11 +631,11 @@ dataGroups: #
witnessGroups: #
+ - provider: azure #
region: australiaeast #
customMaintenanceWindow: #
maintenanceStartTime: 21:00 #
- maintenanceStartDay: monday #
+ maintenanceStartDay: Monday #
```
### Add a data group
@@ -617,7 +661,7 @@ dataGroups:
volumeProperties: P2
customMaintenanceWindow:
maintenanceStartTime: 18:00
- maintenanceStartDay: monday
+ maintenanceStartDay: Monday
networking: public
allowIpRangeMap:
- cidr: 9.9.9.9/28
@@ -646,7 +690,51 @@ The syntax of the command is:
pgd update [--config-file]
```
-Where `` is a valid path to a YAML configuration file with the same format as a configuration file for creating a distributed high-availability cluster. See [Create a distributed high-availability cluster](#create-a-distributed-high-availability-cluster).
+Where `` is a valid path to a YAML configuration file. For updating a distributed high-availability cluster, clusterId and groupId are mandatory fields. All other fields are optional removing/unspecified optional fields means no change is intended for them. See the sample config file below to update a distributed high-availability cluster.
+
+```
+clusterId: p-***** #
+clusterName: cloud_service_cluster #
+password: ************ #
+tags: #
+ - name: tag1 #
+ color: blue #
+ - name: tag2 #
+ color: "#FF0000" #
+dataNodes: 3 #
+dataGroups: #
+ iamAuthentication: false #
+ instanceType: azure:Standard_E2s_v3 #
+ volumeType: azurepremiumstorage #
+ volumeProperties: P1 #
+ volumePropertySize: 32Gi #
+ volumePropertyIOPS: 1000 # : Not Applicable to Azure Premium Storage and GCP:[pd-ssd], volume Input/Output Operations Per Second>
+ customMaintenanceWindow: #
+ maintenanceStartTime: 15:00 #
+ maintenanceStartDay: Monday #
+ networking: public #
+ allowIpRangeMap: #
+ - cidr: 9.9.9.9/28 #
+ description: Allow traffic from App A #
+ - cidr: 10.10.10.10/27 #
+ description: Allow traffic from App B #
+ pgConfigMap: #
+ application_name: test_app #
+ array_nulls: true #
+ backupRetentionPeriod: 30d #
+# cspSubscriptionIds: #
+# - 123123123 #
+# - 456456456 #
+# serviceAccountIds: #
+# - service-account-1234567b@development-data-123456.iam.gserviceaccount.com#
+# - service-account-1234567b@development-data-123456.iam.gserviceaccount.com#
+witnessGroups: #
+ customMaintenanceWindow: #
+ maintenanceStartTime: 18:00 #
+ maintenanceStartDay: Monday #
+```
### Show distributed high-availability clusters
@@ -670,27 +758,41 @@ pgd restore [--config-file]
Where `` is a valid path to a YAML configuration file. For example:
+You can either restore an active or a deleted distributed high-availability cluster within its retention period. You can restore only 1 data group from the available data groups in the source cluster. By default the new cluster will inherit all settings of source cluster, you can change the cluster setting and database configurations by specifying new values in the restore command.
+
+To restore a distributed high-availability cluster, clusterId, sourceGroupId and password are mandatory fields. All other fields are optional. Removing the optional fields will use the corresponding source group field instead.
+
```
-clusterName: pgd-restore-name
-password: Meredith Palmer Memorial
-dataNodes: 2
-clusterId: p-9fdkl5ju29
-dataGroups:
- - iamAuthentication: false
- region: uksouth
- instanceType: azure:Standard_E2s_v3
- volumeType: azurepremiumstorage
- volumeProperties: P2
- allowIpRangeMap:
- - cidr: 9.9.9.9/28
- description: Allow traffic from App A
- - cidr: 10.10.10.10/27
- description: Allow traffic from App B
- pgConfigMap:
- application_name: test
- array_nulls: true
- backupRetentionPeriod: 30d
- sourceGroupId: p-9fdkl5ju29-a
+clusterName: cloud_service_cluster #
+password: ************ #
+dataNodes: 3 #
+clusterId: p-***** #
+tags: #
+ - name: tag1 #
+ color: blue #
+ - name: tag2 #
+ color: "#FF0000" #
+dataGroups: #
+ iamAuthentication: false #
+ region: westus2 #
+ instanceType: azure:Standard_E2s_v3 #
+ volumeType: azurepremiumstorage #
+ volumeProperties: P1 #
+ volumePropertySize: 32Gi #
+ volumePropertyIOPS: 1000 # : Not Applicable to Azure Premium Storage and GCP:[pd-ssd], volume Input/Output Operations Per Second>
+ customMaintenanceWindow: #
+ maintenanceStartTime: 15:00 #
+ maintenanceStartDay: Monday #
+ allowIpRangeMap: #
+ - cidr: 9.9.9.9/28 #
+ description: Allow traffic from App A #
+ - cidr: 10.10.10.10/27 #
+ description: Allow traffic from App B #
+ pgConfigMap: #
+ application_name: test_app #
+ array_nulls: true #