operepo / ope

Open Prison Education project - Code and scripts to enable offline docker services and offline laptop syncing for inmate education
MIT License
14 stars 6 forks source link

*Resolved - Bug* Canvas stuck on waiting screen after update #115

Closed jmichel-sbctc closed 2 years ago

jmichel-sbctc commented 2 years ago

It was reported by Nehemiah that the canvas server was stuck trying to start up. This seems to have occurred due to an upgrade migration failing causing the server to enter into a endless loop.

Fix

There is a script file in the docker_build_files to help resolve this issue. To run it do the following...

cd to docker_build_files (This is typically cd /ope/docker_build_files) ./fix_role_overrides_migration_error.sh

jmichel-sbctc commented 2 years ago

Issue was resolved with the above fix.