https://linen.dev logo
`cargo shuttle` doing nothing after frozen deploy
# help
n
I was in the middle of a deploy when it got stuck at
Blocking waiting for file lock on build directory
and after about 5 minutes I decided to CTRL+C and try again but now none of the commands do anything. Is the server down or did I break things? 😢
a
Cargo shuttle status works fine for me, maybe a restart would fix things?
Ah nevermind, I've just tried to deploy and received
Copy code
Error: 500 Internal Server Error
message: Persistence failure: Database error: error returned from database: (code: 5) database is locked
k
We had some internal issues like Josh mentioned, which may have caused your deployment to crash unexpectedly. Could you try doing a
cargo shuttle project rm
followed by a
cargo shuttle project new
to restart it?
Your project should then report ready from
cargo shuttle project status
and then you should be able to deploy again.
n
Thank you! That's getting it working again
11 Views