From 6b8491cdc065201286f77a0ee99b868bce949f7f Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 12 Oct 2024 11:13:45 +0200 Subject: [PATCH] docs: update restoration supported extensions --- docs/how-tos/restore-from-s3.md | 2 +- docs/how-tos/restore-from-ssh.md | 2 +- docs/how-tos/restore.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/how-tos/restore-from-s3.md b/docs/how-tos/restore-from-s3.md index c648278..6ef40d0 100644 --- a/docs/how-tos/restore-from-s3.md +++ b/docs/how-tos/restore-from-s3.md @@ -10,7 +10,7 @@ nav_order: 6 To restore the database, you need to add `restore` command and specify the file to restore by adding `--file store_20231219_022941.sql.gz`. {: .note } -It supports __.sql__ and __.sql.gz__ compressed file. +It supports __.sql__,__.sql.gpg__ and __.sql.gz__,__.sql.gz.gpg__ compressed file. ### Restore diff --git a/docs/how-tos/restore-from-ssh.md b/docs/how-tos/restore-from-ssh.md index ea42664..70c905c 100644 --- a/docs/how-tos/restore-from-ssh.md +++ b/docs/how-tos/restore-from-ssh.md @@ -9,7 +9,7 @@ nav_order: 7 To restore the database from your remote server, you need to add `restore` command and specify the file to restore by adding `--file store_20231219_022941.sql.gz`. {: .note } -It supports __.sql__ and __.sql.gz__ compressed file. +It supports __.sql__,__.sql.gpg__ and __.sql.gz__,__.sql.gz.gpg__ compressed file. ### Restore diff --git a/docs/how-tos/restore.md b/docs/how-tos/restore.md index cca689c..8eceba0 100644 --- a/docs/how-tos/restore.md +++ b/docs/how-tos/restore.md @@ -10,7 +10,7 @@ nav_order: 5 To restore the database, you need to add `restore` command and specify the file to restore by adding `--file store_20231219_022941.sql.gz`. {: .note } -It supports __.sql__ and __.sql.gz__ compressed file. +It supports __.sql__,__.sql.gpg__ and __.sql.gz__,__.sql.gz.gpg__ compressed file. ### Restore