Limas
Limas
Explore posts from servers
RRailway
Created by Limas on 3/20/2024 in #✋|help
Multiple commands on start command won't work
Ahhhh TIL 🙂 thanks so much! It works.
7 replies
RRailway
Created by Limas on 3/20/2024 in #✋|help
Multiple commands on start command won't work
0583e1e9-1aa9-46ae-991c-5f8536d626c7
7 replies
RRailway
Created by Mrxbox98 on 2/3/2024 in #✋|help
Database private url not working.
You should have something like this in your prisma schema file, the connection string should come from a env variable it shouldn't be hard coded, from there you should have your reference variable from the database service something like: REDIS_URL=${{Redis.REDIS_URL}} And you can modify is as you wish or you could just grab it directly and put it there.
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
121 replies
RRailway
Created by Mrxbox98 on 2/3/2024 in #✋|help
Database private url not working.
Tagging on this I had a really similar issue yesteday what worked for me was changing postgres.railway.internal to just postgres as the hostname.
121 replies
RRailway
Created by Limas on 9/15/2023 in #✋|help
Recover a file inside a deployment
Yeah, my issue is that I forgot to change the connection string I was 100% sure I was hitting PSQL but I was not lol
10 replies
RRailway
Created by Limas on 9/15/2023 in #✋|help
Recover a file inside a deployment
ahh 😢 well it was worth the try, thanks!
10 replies
RRailway
Created by Limas on 9/15/2023 in #✋|help
Recover a file inside a deployment
d3150979-53aa-4d69-9b7a-1893e5a813e6
10 replies
RRailway
Created by Limas on 8/26/2023 in #✋|help
Winston logs not appearing in deployment logs
Yeah, I'll keep trying different things but at least for now seeing the output even in plain is good enough, thanks a lot for your help, have an awesome weekend 😄
15 replies
RRailway
Created by Limas on 8/26/2023 in #✋|help
Winston logs not appearing in deployment logs
I changed the output from json to simple and that does work, so I'm guessing output JSON is what is not working 🙂
15 replies
RRailway
Created by Limas on 8/26/2023 in #✋|help
Winston logs not appearing in deployment logs
Ohh I see, I was expecting the library to do that since I configured to log to console, but let me double check if not I'll just refactor to use console.log, thanks!
15 replies
RRailway
Created by Limas on 8/26/2023 in #✋|help
Winston logs not appearing in deployment logs
f42e5e62-f103-49b3-a899-85dc38cba0b7
15 replies
RRailway
Created by Limas on 9/10/2022 in #✋|help
What defines the RAM usage?
I have another service with psql with way lower RAM usage
12 replies
RRailway
Created by Limas on 9/10/2022 in #✋|help
What defines the RAM usage?
is there a difference between mysql and psql ?
12 replies
RRailway
Created by Limas on 9/10/2022 in #✋|help
What defines the RAM usage?
no yeah thats awesome quick question
12 replies
RRailway
Created by Limas on 9/10/2022 in #✋|help
What defines the RAM usage?
Yeah, the app is running at 49 MB.
12 replies
RRailway
Created by Limas on 9/10/2022 in #✋|help
What defines the RAM usage?
Yeah, just after placing this question I was thinking that I have 2 services in that project, and I'm noticing that MySQL is eating up 500 MB RAM
12 replies