Hi!
It shouldn’t be difficult.
consider you will use same versions on both installs.
basically:
- get DB dump and uploads (if they are in filesystem instead of GridFS) from current install
- run a docker instance on your machine
- restore data to the mongo docker instance and copy the uploads to the uploads file
- run it
If you need upgrading to latest version, do it before or after this migration.
check this for some more about restoring mongo inside docker:
1 Like