mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
docs: clarify database restoration process and update backup commands section
This commit is contained in:
@@ -6,19 +6,23 @@ description: "Learn how to restore your databases in Dokploy, with options for r
|
|||||||
|
|
||||||
## Restoring from S3 Buckets
|
## Restoring from S3 Buckets
|
||||||
|
|
||||||
To restore your database from an S3 bucket, navigate to the `Restore` tab within your Dokploy dashboard. Here’s what you’ll need to set up:
|
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:
|
||||||
|
|
||||||
- **Select Source S3 Bucket**: Specify the S3 bucket where your backup files are stored.
|
- **Select Source S3 Bucket**: Specify the S3 bucket where your backup files are stored.
|
||||||
- **Search for Backup File**: Enter the name of the backup file you want to restore(it will autocomplete based on the files in the bucket)
|
- **Search for Backup File**: Enter the name of the backup file you want to restore(it will autocomplete based on the files in the bucket)
|
||||||
- **Database Name**: Enter the name of the database you want to restore to.
|
- **Database Name**: Enter the name of the database you want to restore to.
|
||||||
- **Restore Database**: Click the `Restore` button to start the restoration process.
|
- **Restore Database**: Click the `Restore` button to start the restoration process.
|
||||||
|
|
||||||
If you previously used the backups generated by dokploy, they should work, other formats are not guaranteed to work.
|
If you previously used the backups generated by dokploy, it will automatically use the correct commands to restore your database.
|
||||||
|
|
||||||
|
Other formats are not guaranteed to work.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Default Backup Commands
|
## Default Backup Commands
|
||||||
|
|
||||||
|
This are the default commands that Dokploy uses to generate the backups.
|
||||||
|
|
||||||
### Postgres
|
### Postgres
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user