- checkout wipu db on mongo and analyze what to migrate
- checkout postGIS and setup (in podman)
- write migration-tool
- write new api-server
- write new frontend
podman run --name mongo -v /home/fw/Devel/mongo/db:/data/db -v /home/fw/Devel/mongo/backup:/data/backup -p 27017:27017 -d 336f61db
5f26
podman exec -it mongo bash
Again I lost valuable lifetime because of mongorestore
root@eb5cf392f6bf:/data# mongorestore --verbose --drop --stopOnError --objcheck --dryRun --nsInclude=wipu.* backup/
- we need to assume sub-directories in the
backup
directory - we need to give
--verbose
to see that thedry-run
would work
As we're starting from zero here it also does not matter what to note here