MaksimM
Explore posts from serversDTDrizzle Team
•Created by MaksimM on 4/7/2025 in #help
What's is the recommended way to do DB migrations, when deploying to vercel?
Now I do the migration right after building the app, here is my build command:
vinxi build && drizzle-kit push
Is this approach fine, or is there some gotchas? What's the recommended way to solve it? Couldn't find info in docs1 replies
RRunPod
•Created by MaksimM on 4/5/2025 in #⛅|pods-clusters
runpodctl project example doesn't work
Hey, I am trying to reproduce tutorial from https://docs.runpod.io/runpodctl/projects/get-started
when i do
runpodctl project dev
OR deploy:
- pod created
- console show :
Trying to get a Pod with NVIDIA RTX A5000... Success!
Check on Pod status at https://www.runpod.io/console/pods/50tktoemr0pnp2
Waiting for Pod to come online... error establishing SSH connection to Pod: establishing SSH connection to 69.30.85.175:22032: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
Failed to deploy project: establishing SSH connection to 69.30.85.175:22032: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
pod exposes 4040 and 7270
on 4040 i see file browser
on 7270 i see "Your development API server is launching, please wait a moment before refreshing the page. Your terminal will say Starting Serverless Worker when the server is ready. ".
it appears even before pod completed initial install
in pod logs i see:
system: ends with "
4/5/2025, 9:48:26 PM
Status: Image is up to date for runpod/base:0.6.1-cuda11.8.0
start container for runpod/base:0.6.1-cuda11.8.0: begin
"
container: ends with "Start script(s) finished, pod is ready to use.
2025/04/05 16:48:27 No config file used
2025/04/05 16:48:27 Listening on [::]:4040
No SSH connections found. Countdown: 60 seconds remaining.
"
finally, pod dissapeared6 replies