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