x03
x03
Explore posts from servers
DTDrizzle Team
Created by x03 on 7/25/2024 in #help
Issues deploying with Dockerfile
Okay so it was my docker setup, I just had to add:
COPY --from=builder /app/drizzle drizzle/
COPY --from=builder /app/drizzle drizzle/
3 replies
DTDrizzle Team
Created by x03 on 7/25/2024 in #help
Issues deploying with Dockerfile
I'm assuming the issue is with my Dockerfile setup, but I havent been able to find any solutions to this online, and I'm not proficient enough with Docker myself to solve it.
3 replies
DTDrizzle Team
Created by x03 on 4/13/2024 in #help
Need help with a migration
The first two objects output by the terminal always get printed when I run my server because I run my migration script on server startup. I'm not sure what they mean but I always assumed it just meant that a migration already exists, therefore it will not migrate again.
2 replies
DTDrizzle Team
Created by x03 on 3/19/2024 in #help
How do I apply migrations on cloudflare workers?
I'll definitely look into that, thanks for the suggestion.
23 replies
DTDrizzle Team
Created by x03 on 3/19/2024 in #help
How do I apply migrations on cloudflare workers?
Actually yeah, I think so. I've never tried it but it makes sense
23 replies
DTDrizzle Team
Created by x03 on 3/19/2024 in #help
How do I apply migrations on cloudflare workers?
reading some issues from the postgres.js github, people seem to be sharing some of their migration libraries
23 replies
DTDrizzle Team
Created by x03 on 3/19/2024 in #help
How do I apply migrations on cloudflare workers?
might try this out
23 replies
DTDrizzle Team
Created by x03 on 3/19/2024 in #help
How do I apply migrations on cloudflare workers?
23 replies
DTDrizzle Team
Created by x03 on 3/19/2024 in #help
How do I apply migrations on cloudflare workers?
CloudFlare Pages is sort-of limiting, and I hope that can change soon 😅
23 replies
DTDrizzle Team
Created by x03 on 3/19/2024 in #help
How do I apply migrations on cloudflare workers?
and if I was to do a custom setup using github actions, I would be trading off the dashboard features that cloudflare provides with their integration
23 replies
DTDrizzle Team
Created by x03 on 3/19/2024 in #help
How do I apply migrations on cloudflare workers?
I wish it was that easy, but sadly CloudFlare pages does not use github workflows, and instead has their own build system
23 replies
DTDrizzle Team
Created by x03 on 3/19/2024 in #help
How do I apply migrations on cloudflare workers?
Yep, manual migrations are super easy. I was looking for a way to automate it from my backend, which is on cloudflare workers
23 replies
DTDrizzle Team
Created by x03 on 3/19/2024 in #help
How do I apply migrations on cloudflare workers?
on a VPS
23 replies
DTDrizzle Team
Created by x03 on 3/19/2024 in #help
How do I apply migrations on cloudflare workers?
self hosted
23 replies
DTDrizzle Team
Created by x03 on 3/19/2024 in #help
How do I apply migrations on cloudflare workers?
Interesting. I use postgres-js, I'll read into their docs later to see if they have a native migration tool.
23 replies
DTDrizzle Team
Created by x03 on 3/19/2024 in #help
How do I apply migrations on cloudflare workers?
That's what gets generated when you do drizzle-kit generate:pg right? How would I go about applying those migrations?
23 replies
DTDrizzle Team
Created by x03 on 3/19/2024 in #help
How do I apply migrations on cloudflare workers?
still dont have a solution 😭 bumping this thread
23 replies
DTDrizzle Team
Created by x03 on 3/13/2024 in #help
Need syntax help
I guess that's now relations work under the hood, but it seems weird to allow relations and have them be near-useless 😭
7 replies
DTDrizzle Team
Created by x03 on 3/13/2024 in #help
Need syntax help
No description
7 replies
DTDrizzle Team
Created by x03 on 3/13/2024 in #help
Need syntax help
Ah, so just combine several queries in one transaction. Appreciate the help 🙏 May I ask what the point of relations are if actions such as this one aren't a thing?
7 replies