Merge pull request #53 from jkaninda/develop

docs: add supported extensions to the doc
This commit is contained in:
2024-02-25 21:35:33 +01:00
committed by GitHub

View File

@@ -62,7 +62,7 @@ MySQL Backup and Restoration tool. Backup database to AWS S3 storage or any S3 A
## Environment variables
| Name | Requirement | Description |
|-------------|--------------------------------------------------|----------------------|
|-------------|--------------------------------------------------|-----------------------------------------------------|
| DB_PORT | Optional, default 3306 | Database port number |
| DB_HOST | Required | Database host |
| DB_NAME | Optional if it was provided from the -d flag | Database name |
@@ -72,7 +72,7 @@ MySQL Backup and Restoration tool. Backup database to AWS S3 storage or any S3 A
| SECRET_KEY | Optional, required for S3 storage | AWS S3 Secret Key |
| BUCKET_NAME | Optional, required for S3 storage | AWS S3 Bucket Name |
| S3_ENDPOINT | Optional, required for S3 storage | AWS S3 Endpoint |
| FILE_NAME | Optional if it was provided from the --file flag | File to restore |
| FILE_NAME | Optional if it was provided from the --file flag | Database file to restore (extensions: .sql, .sql.gz |
## Note: