mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2025-12-07 05:59:43 +01:00
docs: add suported extensions to the doc
This commit is contained in:
@@ -62,7 +62,7 @@ MySQL Backup and Restoration tool. Backup database to AWS S3 storage or any S3 A
|
|||||||
## Environment variables
|
## Environment variables
|
||||||
|
|
||||||
| Name | Requirement | Description |
|
| Name | Requirement | Description |
|
||||||
|-------------|--------------------------------------------------|----------------------|
|
|-------------|--------------------------------------------------|-----------------------------------------------------|
|
||||||
| DB_PORT | Optional, default 3306 | Database port number |
|
| DB_PORT | Optional, default 3306 | Database port number |
|
||||||
| DB_HOST | Required | Database host |
|
| DB_HOST | Required | Database host |
|
||||||
| DB_NAME | Optional if it was provided from the -d flag | Database name |
|
| 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 |
|
| SECRET_KEY | Optional, required for S3 storage | AWS S3 Secret Key |
|
||||||
| BUCKET_NAME | Optional, required for S3 storage | AWS S3 Bucket Name |
|
| BUCKET_NAME | Optional, required for S3 storage | AWS S3 Bucket Name |
|
||||||
| S3_ENDPOINT | Optional, required for S3 storage | AWS S3 Endpoint |
|
| 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:
|
## Note:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user