Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> fix migration docs (#8735)
This commit is contained in:
committed by
GitHub
parent
43a629efc1
commit
2270629fdc
@ -94,11 +94,11 @@ The following section assumes that the local storage path is `/media` and the bu
|
|||||||
Follow the setup steps above, and then migrate the files from your local directory to s3:
|
Follow the setup steps above, and then migrate the files from your local directory to s3:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
aws s3 sync /media s3://authentik-media
|
aws s3 sync /media s3://authentik-media/media
|
||||||
```
|
```
|
||||||
|
|
||||||
#### From s3 to file
|
#### From s3 to file
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
aws s3 sync s3://authentik-media /media
|
aws s3 sync s3://authentik-media/media /media
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user