Skip to content

Commit 33e812e

Browse files
author
Jonathan S. Katz
committed
Update README links and content
This highlights some of the 4.3 features and updates URLs to parts of the documentation.
1 parent 1721ca1 commit 33e812e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ The [Crunchy PostgreSQL Operator](https://access.crunchydata.com/documentation/p
1717

1818
Safe, automated failover backed by a [distributed consensus based high-availability solution](https://access.crunchydata.com/documentation/postgres-operator/latest/architecture/high-availability/). Uses [Pod Anti-Affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#inter-pod-affinity-and-anti-affinity) to help resiliency; you can configure how aggressive this can be! Failed primaries automatically heal, allowing for faster recovery time.
1919

20+
Support for [standby PostgreSQL clusters](https://access.crunchydata.com/documentation/postgres-operator/latest/architecture/high-availability/multi-cluster-kubernetes/) that work both within an across [multiple Kubernetes clusters](https://access.crunchydata.com/documentation/postgres-operator/latest/architecture/high-availability/multi-cluster-kubernetes/).
21+
2022
#### Disaster Recovery
2123

2224
Backups and restores leverage the open source [pgBackRest](https://www.pgbackrest.org) utility and [includes support for full, incremental, and differential backups as well as efficient delta restores](https://access.crunchydata.com/documentation/postgres-operator/latest/architecture/disaster-recovery/). Set how long you want your backups retained for. Works great with very large databases!
@@ -137,7 +139,7 @@ Installations methods include:
137139
- [PostgreSQL Operator Installer](https://access.crunchydata.com/documentation/postgres-operator/latest/installation/postgres-operator/)
138140
- [Ansible](https://access.crunchydata.com/documentation/postgres-operator/latest/installation/other/ansible/)
139141
- [OperatorHub](https://operatorhub.io/operator/postgresql)
140-
- [Developer Setup](https://access.crunchydata.com/documentation/postgres-operator/latest/installation/other/bash/)
142+
- [Developer Installation](https://access.crunchydata.com/documentation/postgres-operator/latest/installation/other/bash/)
141143

142144
### `pgo` Client Installation
143145

@@ -164,7 +166,7 @@ as set of contributing guidelines that you can review here:
164166
If you want to learn how to get up your development environment, please read our
165167
documentation here:
166168

167-
- [Developer Setup](https://access.crunchydata.com/documentation/postgres-operator/latest/installation/developer-setup/)
169+
- [Developer Setup](https://access.crunchydata.com/documentation/postgres-operator/latest/contributing/developer-setup/)
168170

169171
Once you are ready to submit a Pull Request, please ensure you do the following:
170172

@@ -193,9 +195,9 @@ For additional information regarding design, configuration and operation of the
193195
PostgreSQL Operator, pleases see the
194196
[Official Project Documentation](https://access.crunchydata.com/documentation/postgres-operator/)
195197

196-
If you are looking for the [nightly builds of the documentation](https://crunchydata.github.io/postgres-operator/latest), you can view it at:
198+
If you are looking for the [nightly builds of the documentation](https://crunchydata.github.io/postgres-operator/latest/), you can view them at:
197199

198-
https://crunchydata.github.io/postgres-operator/latest
200+
https://crunchydata.github.io/postgres-operator/latest/
199201

200202
## Past Versions
201203

docs/content/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The [Crunchy PostgreSQL Operator](https://www.crunchydata.com/developers/downloa
2222

2323
Safe, automated failover backed by a [distributed consensus based high-availability solution](/architecture/high-availability/). Uses [Pod Anti-Affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#inter-pod-affinity-and-anti-affinity) to help resiliency; you can configure how aggressive this can be! Failed primaries automatically heal, allowing for faster recovery time.
2424

25+
Support for [standby PostgreSQL clusters]({{< relref "/architecture/high-availability/multi-cluster-kubernetes.md" >}}) that work both within an across [multiple Kubernetes clusters]({{< relref "/architecture/high-availability/multi-cluster-kubernetes.md" >}}).
26+
2527
#### Disaster Recovery
2628

2729
Backups and restores leverage the open source [pgBackRest](https://www.pgbackrest.org) utility and [includes support for full, incremental, and differential backups as well as efficient delta restores](/architecture/disaster-recovery/). Set how long you want your backups retained for. Works great with very large databases!

0 commit comments

Comments
 (0)