Skip to content

Commit

Permalink
[FIX] Removing unnecessary snipped tag (tag: <SNIP>)
Browse files Browse the repository at this point in the history
Signed-off-by: poyaz <pooya_azarpour@yahoo.com>
  • Loading branch information
poyaz committed Mar 23, 2024
1 parent 800b819 commit fe51211
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ Define an annotation on a Pod:

[source,yaml]
----
<SNIP>
template:
metadata:
labels:
app: mariadb
annotations:
k8up.io/backupcommand: mysqldump -uroot -psecure --all-databases
<SNIP>
----

With this annotation the Operator will trigger that command inside the the container and capture the stdout to a backup.
Expand All @@ -39,7 +37,6 @@ The parameter `-- clean` ensures all tables including data are purged before, so

[source,yaml]
----
<SNIP>
template:
metadata:
labels:
Expand All @@ -52,7 +49,6 @@ template:
- name: postgres
image: docker.io/bitnami/postgresql:11
...
<SNIP>
----

== MongoDB
Expand All @@ -62,7 +58,6 @@ It's able to dump all the database contents into a https://www.mongodb.com/blog/

[source,yaml]
----
<SNIP>
template:
metadata:
labels:
Expand All @@ -75,7 +70,6 @@ template:
- name: mongodb
image: quay.io/bitnami/mongodb:4.4.11-debian-10-r12
...
<SNIP>
----

The proprietary binary archive can only be read by the https://www.mongodb.com/try/download/database-tools[MongoDB Database Tools].
Expand Down Expand Up @@ -106,7 +100,6 @@ Using `k8up.io/backupcommand-container` annotation You can specify the container

[source,yaml]
----
<SNIP>
template:
metadata:
labels:
Expand All @@ -122,5 +115,4 @@ template:
- name: postgres
- name: prometheus-exporter
...
<SNIP>
----

0 comments on commit fe51211

Please sign in to comment.