So I have a docker container running on Unraid, and it says migration lock, unable to start server.
I can’t find any documentation on how to get the downgrade working in a docker container. I’ve tried the following
docker run --entrypoint=‘ghost update --rollback’ --net=‘bridge’ -e [ENV VARS] -p ‘2368:2368/tcp’ -v ‘/mnt/user/appdata/ghost’:‘/var/lib/ghost/content’:‘rw’ ‘ghost’
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: “ghost update --rollback”: executable file not found in $PATH: unknown.
ERRO[0060] error waiting for container: context canceled