itmicus/cmdbuild_docker

dump file not found for name = openmaint_empty_gis.dump.xz

Opened this issue · 1 comments

org.cmdbuild.dao.DaoException: org.cmdbuild.dao.DaoException: dump file not found for name = openmaint_empty_gis.dump.xz

I have this error when trying to set CMDBUILD_DUMP=openmaint_empty_gis.dump.xz

The cmdbuild_3 database is empty after docker-compose up finishes.

Any suggestion?
Thanks.

please check now, we had updated images in docker hub

openMAINT:
docker run --name openmaint_db -p 5432:5432 -d itmicus/cmdbuild:db-3.0
docker run --name openmaint_app --restart unless-stopped -e CMDBUILD_DUMP="demo.dump.xz" --link openmaint_db -p 8090:8080 -d itmicus/cmdbuild:om-2.0-3.2

Now, using only:

  • demo.dump.xz
  • empty.dump.xz