Skip to content

Commit

Permalink
Updated postgres package version to 13.18
Browse files Browse the repository at this point in the history
Signed-off-by: Rensy Thomas <[email protected]>
  • Loading branch information
rensycthomas committed Dec 11, 2024
1 parent fbdce41 commit 8f3f87e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions components/automate-backend-postgresql/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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. <[email protected]>"
pkg_license=("Chef-MLSA")
pkg_upstream_url="https://www.chef.io/automate"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion components/automate-cli/cmd/chef-automate/migration_pg.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions components/automate-postgresql/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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. <[email protected]>"
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions components/pg-sidecar-service/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8f3f87e

Please sign in to comment.