Skip to content

Commit

Permalink
Sync docs from Discourse
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2025
1 parent d6aa178 commit 8618b63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
11 changes: 3 additions & 8 deletions docs/how-to/h-restore-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
```
Your restore will then be in progress.
6 changes: 2 additions & 4 deletions docs/reference/r-revision-517-518.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Due to the newly added support for `arm64` architecture, the PostgreSQL charm no

## Highlights

* Upgraded PostgreSQL from v.14.12 → v.14.13 ([PR #633](https://github.com/canonical/postgresql-operator/pull/633))
* Check the official [PostgreSQL release notes](https://www.postgresql.org/docs/release/14.13/)
* Added timeline management to point-in-time recovery (PITR) ([PR #629](https://github.com/canonical/postgresql-operator/pull/629)) ([DPE-5561](https://warthogs.atlassian.net/browse/DPE-5561))
* Added pgAudit plugin/extension ([PR #612](https://github.com/canonical/postgresql-operator/pull/612)) ([DPE-5248](https://warthogs.atlassian.net/browse/DPE-5248))
* Observability stack (COS) improvements
Expand Down Expand Up @@ -72,10 +74,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
...
<TODO>

## Requirements and compatibility
* (no change) Minimum Juju 2 version: `v.2.9.49`
* (no change) Minimum Juju 3 version: `v.3.4.3`
Expand Down

0 comments on commit 8618b63

Please sign in to comment.