Skip to content

Commit

Permalink
updates index
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmaetz committed May 31, 2024
1 parent 7ce2e1a commit 42ee7f9
Show file tree
Hide file tree
Showing 40 changed files with 76 additions and 17,754 deletions.
4 changes: 3 additions & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: "CPO (CYBERTEC-PG-Operator)"
date: 2024-03-11T14:26:51+01:00
draft: false
---
Current Release: 0.7.0 - Rc2 (xx.xx.xxxx) [Release Notes](/documentation/release_notes)
Current Release: 0.7.0 - RC2 (31.05.2024) [Release Notes](/documentation/release_notes)

<img src="https://raw.githubusercontent.com/cybertec-postgresql/CYBERTEC-pg-operator/fac724618ea1395ed49cb1db7f3429f5b4324337/docs/diagrams/cpo_logo.svg" alt="drawing" width="350" />

CPO (CYBERTEC PG Operator) allows you to create and run PostgreSQL clusters on Kubernetes.

Expand Down
2 changes: 1 addition & 1 deletion content/documentation/how-to-use/restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ restore:
options:
type: 'immediate'
set: '20240515-164100F'
repo: '1'
repo: 'repo1'
```

> **_HINT:_** Without the specification `--type=immediate`, pgBackRest would then consume the entire WAL that is available and thus restore the last available consistent data point.
Expand Down
30 changes: 14 additions & 16 deletions data/menu/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,24 @@ main:
ref: "/documentation/how-to-use/backup"
- name: Restore
ref: "/documentation/how-to-use/restore"
- name: Standby-Cluster
ref: "/documentation/how-to-use/standby"
- name: Clone a Cluster
ref: "/documentation/how-to-use/clone"
- name: Slots
ref: "/documentation/how-to-use/slots"
# - name: Standby-Cluster
# ref: "/documentation/how-to-use/standby"
# - name: Clone a Cluster
# ref: "/documentation/how-to-use/clone"
- name: Monitoring
ref: /documentation/how-to-use/monitoring
- name: Sidecars
ref: "/documentation/how-to-use/sidecars"
- name: ConnectionPooler
ref: "/documentation/how-to-use/connectionpooler"
# - name: Sidecars
# ref: "/documentation/how-to-use/sidecars"
# - name: ConnectionPooler
# ref: "/documentation/how-to-use/connectionpooler"
- name: Major-Upgrade
ref: "/documentation/how-to-use/major-upgrades"
- name: irgendwas
sub:
- name: Migrate to new API
ref: /documentation/operator/migrateToNewApi
- name: Examples
ref: "/documentation/examples"
# - name: irgendwas
# sub:
# - name: Migrate to new API
# ref: /documentation/operator/migrateToNewApi
# - name: Examples
# ref: "/documentation/examples"
- name: References
#ref: "/documentation/level-2-4"
sub:
Expand Down
2 changes: 1 addition & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="generator" content="Hugo 0.125.6">
<meta name="generator" content="Hugo 0.126.1">



Expand Down
Loading

0 comments on commit 42ee7f9

Please sign in to comment.