From 6a9db932b6fa59847ff69c12f37d12043bfc3d6e Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Tue, 18 Mar 2025 00:21:30 -0600 Subject: [PATCH] docs: enhance S3 bucket restoration instructions with folder autocomplete feature --- apps/docs/content/docs/core/databases/restore.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/docs/content/docs/core/databases/restore.mdx b/apps/docs/content/docs/core/databases/restore.mdx index 6a25f9b..4ddb9ab 100644 --- a/apps/docs/content/docs/core/databases/restore.mdx +++ b/apps/docs/content/docs/core/databases/restore.mdx @@ -4,6 +4,7 @@ description: "Learn how to restore your databases in Dokploy, with options for r --- + ## Restoring from S3 Buckets To restore your database from an S3 bucket, navigate to the `Backup` tab and click on the `Restore` button within your Dokploy dashboard. Here’s what you’ll need to set up: @@ -17,6 +18,14 @@ If you previously used the backups generated by dokploy, it will automatically u Other formats are not guaranteed to work. + + If you have nested folders in your S3 Bucket, you can start typing the folder name and it will autocomplete. + + eg. If you have a folder called `backups` and you have a backup file called `backup.sql.gz`, you can start typing `backups/` and it will autocomplete to `backups/backup.sql.gz`. + + + + ## Default Backup Commands