mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2025-12-06 13:39:41 +01:00
docs: update Azure storage
This commit is contained in:
@@ -11,7 +11,7 @@ As described on local backup section, to change the storage of you backup and us
|
|||||||
You can also specify a folder where you want to save you data by adding `--path my-custom-path` flag.
|
You can also specify a folder where you want to save you data by adding `--path my-custom-path` flag.
|
||||||
|
|
||||||
|
|
||||||
## Backup to S3
|
## Backup to Azure Blob storage
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
services:
|
services:
|
||||||
@@ -33,10 +33,6 @@ services:
|
|||||||
- AZURE_STORAGE_CONTAINER_NAME=backup-container
|
- AZURE_STORAGE_CONTAINER_NAME=backup-container
|
||||||
- AZURE_STORAGE_ACCOUNT_NAME=account-name
|
- AZURE_STORAGE_ACCOUNT_NAME=account-name
|
||||||
- AZURE_STORAGE_ACCOUNT_KEY=Ppby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==
|
- AZURE_STORAGE_ACCOUNT_KEY=Ppby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==
|
||||||
## In case you are using S3 alternative such as Minio and your Minio instance is not secured, you change it to true
|
|
||||||
- AWS_DISABLE_SSL="false"
|
|
||||||
- AWS_FORCE_PATH_STYLE=true # true for S3 alternative such as Minio
|
|
||||||
|
|
||||||
# mysql-bkup container must be connected to the same network with your database
|
# mysql-bkup container must be connected to the same network with your database
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
|
|||||||
Reference in New Issue
Block a user