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