Closed cosad3s closed 8 months ago
I think that it might be an issue that your docker images are cached with an old version.
Can you remove sysreptor-app
by docker rmi sysreptor-app
. This will cause the image to be rebuilt from scratch and there should be no more import issues.
(We will update the install script to not cache the images.)
You are right @aronmolnar , I retried with your suggestion and it works ;) Cache problem.
I have cleaned my sysreptor volumes (
docker rm -f sysreptor-app sysreptor-db && docker volume rm -f sysreptor-app-data sysreptor-db-data
) to do a clean installation.I get an error: