KoboTool Box Database storage path on self hosted server

Hi @zeeshu96,

You can activate backups with kobo-install when you choose to use advanced options.
Otherwise, the data is located in kobo-docker/.vols .

  • db is for PostgreSQL
  • mongo is for MongoDB (obviously)
  • redis_main is for redis

If you already have activated backups with kobo-install. You should find files in kobo-docker/backup. Once again, you should see 4 folders

  • kobocat contains users’ file (if you use local storage)
  • mongo, postgres, redis are database backups location respectively.
2 Likes