thomasmol
Explore posts from serversI built a new Railway.app template, but is it complete?
Hi there,
I saw the current Railway template for Twenty is outdated (its managed by someone at Railway) so I created a new one: https://railway.app/template/nAL3hA
It works for me but I did notice that e.g. the
render.yaml
and docker compose file build 2 services from the twentycrm/twenty docker image (server and worker?).
However, my template only builds 1 service and seems to work fine. Is the 2nd service necessary? What am i missing?13 replies
DTDrizzle Team
•Created by thomasmol on 10/20/2023 in #help
Issue running migrate(): error: script "migrate" exited with code 1 (SIGHUP)
I am trying to run my migration script that should execute my migration sql files:
But I get this error:
6 replies
DTDrizzle Team
•Created by thomasmol on 8/27/2023 in #help
Running migrate() in Sveltekit project
I have a migrate.ts file with the script for running migrate(), how would you typically execute this in a sveltekit project? I tried adding it to a npm script:
"migrate": "ts-node src/lib/server/database/migrate.ts"
but I get errors here (ERR_UNKNOWN_FILE_EXTENSION
). Any ideas?8 replies