diff options
author | David Mehren | 2020-11-13 17:17:17 +0100 |
---|---|---|
committer | GitHub | 2020-11-13 17:17:17 +0100 |
commit | 7560943a44330acca36b5f95a612efe351b5345d (patch) | |
tree | 40987d49aca63a0e440c3f50d4f8182ec5de79a2 /docs | |
parent | e191bde0138c873958937768f41e76e06ad61ae3 (diff) | |
parent | 47427a1b88546f9bb0c27b0c6ab76fcae82fa1c7 (diff) |
Merge pull request #499 from pierreozoux/convenience-script
Adds convenience script to migrate to minio.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guides/minio-image-upload.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/guides/minio-image-upload.md b/docs/guides/minio-image-upload.md index d20dbf4a..78ddd6ec 100644 --- a/docs/guides/minio-image-upload.md +++ b/docs/guides/minio-image-upload.md @@ -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.
\ No newline at end of file |