From d4319b70c00aa9d61d8134814f0302f3f385a632 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 12 Oct 2024 11:14:40 +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 48de013..27c784a 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 142cbb9..7f08b9c 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 91f91fb..46c7beb 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