From 550e0f21e593d57b851eb5e203ad89362d3351c2 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 01:22:41 +0000 Subject: [PATCH] Sync docs from Discourse --- docs/how-to/h-restore-backup.md | 6 +++--- docs/reference/r-revision-462-463.md | 16 ++++++++-------- docs/reference/r-system-requirements.md | 5 +++-- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/docs/how-to/h-restore-backup.md b/docs/how-to/h-restore-backup.md index 66916b645c..ad81e0db1a 100644 --- a/docs/how-to/h-restore-backup.md +++ b/docs/how-to/h-restore-backup.md @@ -15,9 +15,9 @@ To restore a backup that was made from a *different* cluster, (i.e. cluster migr - Access to S3 storage - [Configured settings for S3 storage](/t/charmed-postgresql-k8s-how-to-configure-s3/9595?channel=14/stable) - [Existing backups in your S3-storage](/t/charmed-postgresql-k8s-how-to-create-and-list-backups/9596?channel=14/stable) -- [Point-in-time recovery](#point-in-time-recovery) requires the following PostgreSQL charm revisions: - - 435+ for `arm64` - - 436+ for `amd64` +- [Point-in-time recovery](#point-in-time-recovery) requires the following PostgreSQL K8s charm revisions: + - 382+ for `arm64` + - 381+ for `amd64` ## Summary * [List backups](#list-backups) diff --git a/docs/reference/r-revision-462-463.md b/docs/reference/r-revision-462-463.md index f5e831ca39..dce586b08b 100644 --- a/docs/reference/r-revision-462-463.md +++ b/docs/reference/r-revision-462-463.md @@ -7,11 +7,11 @@ This page is a work in progress for a **future release**. Please revisit at a la # Revision 462/463 -Canonical's newest Charmed PostgreSQL K8s operator has been published in the [14/stable channel]. +Canonical's newest Charmed PostgreSQL K8s operator has been published in the `14/stable` channel. Due to the newly added support for `arm64` architecture, the PostgreSQL charm now releases multiple revisions simultaneously: -* Revision is built for `amd64` on Ubuntu 22.04 LTS -* Revision is built for `arm64` on Ubuntu 22.04 LTS +* Revision 462 is built for `amd64` on Ubuntu 22.04 LTS +* Revision 463 is built for `arm64` on Ubuntu 22.04 LTS > See also: [How to perform a minor upgrade] @@ -31,7 +31,7 @@ Due to the newly added support for `arm64` architecture, the PostgreSQL charm no * Polished built-in Grafana dashboard ([PR #733](https://github.com/canonical/postgresql-k8s-operator/pull/733)) ([DPE-4469](https://warthogs.atlassian.net/browse/DPE-4469)) * Improved COS alert rule descriptions ([PR #727](https://github.com/canonical/postgresql-k8s-operator/pull/727)) ([DPE-5658](https://warthogs.atlassian.net/browse/DPE-5658)) * Added fully-featured terraform module ([PR #737](https://github.com/canonical/postgresql-k8s-operator/pull/737)) ([DPE-5627](https://warthogs.atlassian.net/browse/DPE-5627)) -* Several S3 improvements ([PR #750](https://github.com/canonical/postgresql-k8s-operator/pull/750)) +* S3 backups improvements ([PR #750](https://github.com/canonical/postgresql-k8s-operator/pull/750)) ## Features and improvements * Removed patching of private ops class. ([PR #692](https://github.com/canonical/postgresql-k8s-operator/pull/692)) @@ -76,8 +76,8 @@ Due to the newly added support for `arm64` architecture, the PostgreSQL charm no [/details] ## Known limitations -... - + + * [Juju 3.6.1+](https://discourse.charmhub.io/t/roadmap-releases/5064#juju-juju-361-11-dec-2024-2) is required for [Terraform-Provider-Juju](https://github.com/juju/terraform-provider-juju) consistent usage ([more details here](https://github.com/juju/terraform-provider-juju/issues/608)). ## Requirements and compatibility * (no change) Minimum Juju 2 version: `v.2.9.49` @@ -109,9 +109,9 @@ Below are some of the charm integrations tested with this revision on different ### Packaging This charm is based on the Charmed PostgreSQL K8s [ROCK ]. It packages: -* [postgresql] `v.14.12` +* [postgresql] `v.14.13` * [pgbouncer] `v.1.21` -* [patroni] `v.3.1.2 ` +* [patroni] `v.3.1.2` * [pgBackRest] `v.2.53` * [prometheus-postgres-exporter] `v.0.12.1` diff --git a/docs/reference/r-system-requirements.md b/docs/reference/r-system-requirements.md index d531811908..dcc5a63c7f 100644 --- a/docs/reference/r-system-requirements.md +++ b/docs/reference/r-system-requirements.md @@ -11,7 +11,7 @@ The charm supports several Juju releases from [2.9 LTS](https://juju.is/docs/juj | Juju major release | Supported minor versions | Compatible charm revisions |Comment | |:--------|:-----|:-----|:-----| -| ![3.6 LTS] | `3.6.0-beta2` | [280]+ | No known issues, but still in beta. Not recommended for production. | +| ![3.6 LTS] | `3.6.1+` | [444/445]+ | Recommended for production. | | [![3.5]](https://juju.is/docs/juju/roadmap#juju-juju-35) | `3.5.1+` | [280]+ | [Known Juju issue](https://bugs.launchpad.net/juju/+bug/2066517) in `3.5.0` | | [![3.4]](https://juju.is/docs/juju/roadmap#juju-juju-34) | `3.4.3+` | [280]+ | Know Juju issues with previous minor versions | | [![3.3]](https://juju.is/docs/juju/roadmap#juju-juju-33) | `3.3.0+` | from [177] to [193] | No known issues | @@ -61,4 +61,5 @@ At the moment IPv4 is supported only (see more [info](https://warthogs.atlassian [73]: /t/11873 [177]: /t/12668 [193]: /t/13208 -[280]: /t/14068 \ No newline at end of file +[280]: /t/14068 +[444/445]: /t/15966 \ No newline at end of file