Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(backup):add notes to the backup docs #632

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/LCM/backup-minio-data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Backup Minio data

Documentation shown here guides you how to backup the Minio data.
Documentation shown here guides you how to backup the `Minio` data.

>NOTES: The document shown here is for reference only, you can also look for other available data backup alternatives based on your real case.

## Prerequisites

Expand Down
4 changes: 3 additions & 1 deletion docs/LCM/backup-psql-data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Backup Postgresql data

Documentation shown here guides you how to backup the psql database data.
Documentation shown here guides you how to backup the `Postgresql` database data.

>NOTES: The document shown here is for reference only, you can also look for other available data backup alternatives based on your real case.

## get postgresql username and password from secret

Expand Down
4 changes: 3 additions & 1 deletion docs/LCM/backup-redis-data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Backup Redis data

Documentation shown here guides you how to backup the Redis data.
Documentation shown here guides you how to backup the `Redis` data.

>NOTES: The document shown here is for reference only, you can also look for other available data backup alternatives based on your real case.

## Step 1

Expand Down