From a58275d3bb5b3106056e4609b0f1b089787c63ae Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 01:22:09 +0000 Subject: [PATCH] Sync docs from Discourse --- docs/how-to/h-restore-backup.md | 11 +++-------- docs/reference/r-revision-517-518.md | 4 ---- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/how-to/h-restore-backup.md b/docs/how-to/h-restore-backup.md index 7dae617a52..8b5b4e299c 100644 --- a/docs/how-to/h-restore-backup.md +++ b/docs/how-to/h-restore-backup.md @@ -16,8 +16,8 @@ To restore a backup that was made from a *different* cluster, (i.e. cluster migr - [Configured settings for S3 storage](/t/charmed-postgresql-how-to-configure-s3/9681?channel=14/stable) - [Existing backups in your S3 storage](/t/charmed-postgresql-how-to-create-and-list-backups/9683?channel=14/stable) - [Point-in-time recovery](#point-in-time-recovery) requires the following PostgreSQL charm revisions: - - 334+ for `arm64` - - 33+ for `amd64` + - 467+ for `arm64` + - 468+ for `amd64` ## Summary * [List backups](#list-backups) @@ -78,9 +78,4 @@ However, if the user needs to restore to a specific point in time between differ juju run postgresql/leader restore restore-to-time="YYYY-MM-DDTHH:MM:SSZ" ``` -Your restore will then be in progress. - -It’s also possible to restore to the latest point from a specific timeline by passing the ID of a backup taken on that timeline and `restore-to-time=latest` when requesting a restore: - ```shell -juju run postgresql/leader restore restore-to-time=latest -``` \ No newline at end of file +Your restore will then be in progress. \ No newline at end of file diff --git a/docs/reference/r-revision-517-518.md b/docs/reference/r-revision-517-518.md index b04a2baed9..21f91176a1 100644 --- a/docs/reference/r-revision-517-518.md +++ b/docs/reference/r-revision-517-518.md @@ -72,10 +72,6 @@ Due to the newly added support for `arm64` architecture, the PostgreSQL charm no * Increase linting rules ([PR #649](https://github.com/canonical/postgresql-operator/pull/649)) ([DPE-5324](https://warthogs.atlassian.net/browse/DPE-5324)) [/details] -## Known limitations -... - - ## Requirements and compatibility * (no change) Minimum Juju 2 version: `v.2.9.49` * (no change) Minimum Juju 3 version: `v.3.4.3`