diff --git a/components/automate-backend-postgresql/habitat/plan.sh b/components/automate-backend-postgresql/habitat/plan.sh index b93fa1de099..ecab0376ebd 100644 --- a/components/automate-backend-postgresql/habitat/plan.sh +++ b/components/automate-backend-postgresql/habitat/plan.sh @@ -2,12 +2,12 @@ # stable channel -UPSTREAM_PKG_IDENT="core/postgresql13/13.14" +UPSTREAM_PKG_IDENT="core/postgresql13/13.18" pkg_name="automate-ha-postgresql" pkg_description="Wrapper package for core/postgresql13" pkg_origin="chef" vendor_origin="chef" -pkg_version="13.14.0" +pkg_version="13.18.0" pkg_maintainer="Chef Software Inc. " pkg_license=("Chef-MLSA") pkg_upstream_url="https://www.chef.io/automate" diff --git a/components/automate-cli/cmd/chef-automate/certRotate_test.go b/components/automate-cli/cmd/chef-automate/certRotate_test.go index 12a05f3e524..9161f2b9eb7 100644 --- a/components/automate-cli/cmd/chef-automate/certRotate_test.go +++ b/components/automate-cli/cmd/chef-automate/certRotate_test.go @@ -3127,7 +3127,7 @@ func TestCertRotateFromTemplate(t *testing.T) { proxy_pkg_ident = "chef/automate-ha-haproxy/2.2.14/20240725171322" opensearch_pkg_ident = "chef/automate-ha-opensearch/1.3.14/20240725173732" pgleaderchk_pkg_ident = "chef/automate-ha-pgleaderchk/0.1.0/20240725172920" - postgresql_pkg_ident = "chef/automate-ha-postgresql/13.14.0/20240725171322"`), nil + postgresql_pkg_ident = "chef/automate-ha-postgresql/13.18.0/20241203070217"`), nil } fu := fileutils.FileSystemUtils{} return fu.ReadFile(filepath) diff --git a/components/automate-cli/cmd/chef-automate/migration_pg.go b/components/automate-cli/cmd/chef-automate/migration_pg.go index 9b775aaca2e..b0d6901270f 100644 --- a/components/automate-cli/cmd/chef-automate/migration_pg.go +++ b/components/automate-cli/cmd/chef-automate/migration_pg.go @@ -40,7 +40,7 @@ var ClearDataCmdFlags = struct { }{} // changes with postgresql13 version pinned in components/automate-postgresql/habitat/plan.sh -var NEW_BIN_DIR = "/hab/pkgs/core/postgresql13/13.14/20240312092803/bin" +var NEW_BIN_DIR = "/hab/pkgs/core/postgresql13/13.18/20241203070217/bin" const ( AUTOMATE_VERSION = "3" diff --git a/components/automate-postgresql/habitat/plan.sh b/components/automate-postgresql/habitat/plan.sh index 8dc653a930a..755eb366077 100644 --- a/components/automate-postgresql/habitat/plan.sh +++ b/components/automate-postgresql/habitat/plan.sh @@ -4,17 +4,17 @@ pkg_name="automate-postgresql" pkg_description="Wrapper package for core/postgresql" pkg_origin="chef" -pkg_version="13.14.0" +pkg_version="13.18.0" vendor_origin="core" pkg_maintainer="Chef Software Inc. " pkg_license=("Chef-MLSA") pkg_upstream_url="https://www.chef.io/automate" # pinned PG version. We need to also update components/automate-cli/cmd/chef-automate/migration_pg.go (line) -pg_version="13.14" +pg_version="13.18" # pinned PG version. We need to also update components/automate-cli/cmd/chef-automate/migration_pg.go (line) -ident="20240312092803" +ident="20241203070217" pkg_deps=( core/coreutils diff --git a/components/docs-chef-io/content/automate/create_amazon_rds.md b/components/docs-chef-io/content/automate/create_amazon_rds.md index 0947de179b4..335cea53f40 100644 --- a/components/docs-chef-io/content/automate/create_amazon_rds.md +++ b/components/docs-chef-io/content/automate/create_amazon_rds.md @@ -42,7 +42,7 @@ Before proceeding, make sure you have the following prerequisites in place: 1. Click on **Create database** button in the Amazon RDS dashboard. 1. On the **Choose a database creation method** page, select the **Standard Create** option. 1. Under the **Engine options** section, select **PostgreSQL** as the database engine. -1. Choose **PostgreSQL 13.5-R1**. +1. Choose **PostgreSQL 13.15-R3**. 1. Under the **Templates** section, select the template that suits your needs or choose the default template. 1. In the **Settings** section, provide the following information: - **DB instance identifier**: Enter a unique identifier for your RDS instance. diff --git a/components/docs-chef-io/content/automate/ha_aws_deployment_prerequisites.md b/components/docs-chef-io/content/automate/ha_aws_deployment_prerequisites.md index 58474b3c179..8178b64ce20 100644 --- a/components/docs-chef-io/content/automate/ha_aws_deployment_prerequisites.md +++ b/components/docs-chef-io/content/automate/ha_aws_deployment_prerequisites.md @@ -78,7 +78,7 @@ Current Automate HA integrates with the following non-Chef tools: **In AWS Managed Services** -- **SQL Database:** AWS RDS PostgreSQL: 13.14 +- **SQL Database:** AWS RDS PostgreSQL: 13.18 - **NoSQL Database:** AWS OpenSearch: 1.3 - **Load Balancer:** External not supported diff --git a/components/docs-chef-io/content/automate/ha_on_premises_deployment_prerequisites.md b/components/docs-chef-io/content/automate/ha_on_premises_deployment_prerequisites.md index 401294facd3..23a177d036f 100644 --- a/components/docs-chef-io/content/automate/ha_on_premises_deployment_prerequisites.md +++ b/components/docs-chef-io/content/automate/ha_on_premises_deployment_prerequisites.md @@ -76,7 +76,7 @@ We do not support **Chef Manage** integration in the ongoing Automate version. Current Automate HA integrates with the following non-Chef tools: -- **SQL Database:** PostgreSQL: 13.14 +- **SQL Database:** PostgreSQL: 13.18 - **NoSQL Database:** OpenSearch: 1.3.7 - **Load Balancer:** NGINX: 1.21.3 or HA Proxy: 2.2.18 or AWS Application Load Balancer diff --git a/components/pg-sidecar-service/habitat/plan.sh b/components/pg-sidecar-service/habitat/plan.sh index b9c734d33cf..fb78666bda9 100644 --- a/components/pg-sidecar-service/habitat/plan.sh +++ b/components/pg-sidecar-service/habitat/plan.sh @@ -22,8 +22,8 @@ pkg_deps=( chef/automate-platform-tools # Pin postgresql, sqitch_pg, and postgresql client until automate-postgresql # is updated. - core/postgresql13/13.5 # for psql and pg_dump - core/postgresql13-client/13.5 + core/postgresql13/13.18 # for psql and pg_dump + core/postgresql13-client/13.18 core/sqitch_pg ) pkg_bin_dirs=(bin)