Adds convenience script to migrate to minio.

Signed-off-by: pierreozoux <pierre@ozoux.net>
This commit is contained in:
pierreozoux 2020-09-22 19:41:15 +02:00
parent f862b7a1e4
commit 47427a1b88
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.