A simple edit to line 1 based on the latest update (changed kobo-docker to kobofe): NB: run docker ps from terminal to verify container name
- Enter the KoBoCAT container with
docker exec -it kobofe_kobocat_1 bash
- Use this command inside the container to synchronize MongoDB with Postgres:
root@kobocat:/srv/src/kobocat# ./manage.py sync_mongo --remongo
- Type
exit
to leave the container.