Merge pull request #499 from pierreozoux/convenience-script

Adds convenience script to migrate to minio.
This commit is contained in:
David Mehren 2020-11-13 17:17:17 +01:00 committed by GitHub
commit 7560943a44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 89 additions and 0 deletions

View file

@ -82,3 +82,13 @@
"imageuploadtype": "minio"
}
```
10. If you were using filesystem before
and you want to migrate assets to minio.
You could use a convenience script located in `bin/migrate_from_fs_to_minio`.
Be careful, read carefully what it does, it was not tested in all environments.
Take it as an inspiration to make your own migration script.