https://linen.dev logo
Getting an error while deleting a service.
# help
e
I want to delete a service in shuttle. so, I hit following the command.
Copy code
bash
cargo shuttle delete
and getting an error.
Copy code
Error: 500 Internal Server Error
message: Persistence failure: Database error: error returned from database: (code: 5) database is locked
My environment is
Copy code
bash
$ rustc -V
rustc 1.66.0 (69f9c33d7 2022-12-12)

$ cargo shuttle -V
cargo-shuttle 0.9.0
Any ideas?
I tried it after some time and it worked. I am closing this thread.
3 Views