mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 16:14:43 -04:00
Adds convenience script to migrate to minio.
Signed-off-by: pierreozoux <pierre@ozoux.net>
This commit is contained in:
parent
f862b7a1e4
commit
47427a1b88
2 changed files with 89 additions and 0 deletions
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue