mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 13:34:28 -04:00
Merge pull request #499 from pierreozoux/convenience-script
Adds convenience script to migrate to minio.
This commit is contained in:
commit
7560943a44
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