Data missing problem

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

  1. Enter the KoBoCAT container with docker exec -it kobofe_kobocat_1 bash
  2. Use this command inside the container to synchronize MongoDB with Postgres:
root@kobocat:/srv/src/kobocat# ./manage.py sync_mongo --remongo
  1. Type exit to leave the container.
2 Likes