We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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:
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: