cstoneham
cstoneham
RRailway
Created by cstoneham on 6/26/2024 in #✋|help
Node 22.3.0 support via nixpacks?
on setup it says: nodejs_22, yarn-1_x, openssl but then later crashes with: The engine "node" is incompatible with this module. Expected version ">=22.3.0". Got "22.2.0". I noticed that 22.2.0 does work when set as the engine in package.json
9 replies
RRailway
Created by cstoneham on 3/19/2024 in #✋|help
Restoring the pg_dump from the postgres-s3-backups tool
We have a bunch of database dumps via this tool: https://github.com/railwayapp-templates/postgres-s3-backups We're trying to figure out how to actually get the restore to work, does anyone have detailed directions?
55 replies
RRailway
Created by cstoneham on 11/23/2022 in #✋|help
Setting up a local environment
For a variety of reasons I typically like to develop completely locally. I'm using the Next.js / Prisma template and the docs seem to suggest that I should just create a "dev" environment in Railway but I'd prefer to spin up a local postgres instance in a docker container. I see that the prisma file has a way to route to a local db instance, but was wondering if there's a Railway recommended to setup this type of environment with the CLI so that I don't have to manually be flipping this string.
8 replies