https://linen.dev logo
Service down?
# help
a
Is your service down:
Copy code
āžœ cargo shuttle status
Error: failed to get status of deployment

Caused by:
    {"message":"request is missing a key","status_code":401}
k
Hey bbarekas! We had a major update yesterday, https://github.com/shuttle-hq/shuttle/releases/tag/v0.6.0
The TL;DR; regarding the update. You need to: 1. cargo install cargo-shuttle 2. cd to your project 3. cargo shuttle project rm to release your project name 4. cargo shuttle project new to claim your project again 5. cargo shuttle project status until your project enters the ready state... about 60 seconds 6. cargo shuttle deploy will work again
a
Thanks!
s
Haha, it's kind of easy to spot older versions of shuttle... they all have json error messages šŸ˜‚
a
Now i get
Copy code
āžœ cargo shuttle deploy
...

2022-10-14T12:34:31Z deployment '896203d4-1dd5-4d99-baad-921f71c9d3e4' is queued
Waiting for deployment...
Deployment has not entered the running state
. Is this part of the new deployment process ? How can I check this queue?
More data:
Copy code
āžœ cargo shuttle deployment status 896203d4-1dd5-4d99-baad-921f71c9d3e4
2022-10-14T12:34:31Z deployment '896203d4-1dd5-4d99-baad-921f71c9d3e4' is crashed
I have no idea where to look next! @kind-area-3810
s
Output of
cargo shuttle project status
?
Nvm, did you remember to update your
Cargo.toml
to shuttle version
0.6.0
?
a
@stocky-kangaroo-53672 is ``sqlx-postgres`` supportted in 0.6 ? I get this error
Copy code
the package `axum_api` depends on `shuttle-service`, with features: `sqlx-postgres` but `shuttle-service` does not have these features.
ok I figured this out in the release notes page.