Joseph U.
Joseph U.
RRailway
Created by Joseph U. on 6/28/2024 in #✋|help
Railway sees old CNAME value and will not refresh
Project ID: 1403d8a3-d1fc-487a-9eac-065da725466c I am switching my main production domain from Heroku to Railway and in doing so adding the domain to Railway. Once I did Railway gave me a value to update. I made the change. Every CName checker I can find already has the updated information which shows Railway as the target however Railway still sees the old value and won't issue the certificate reporting that the value is incorrect. I think something might be cached on Railways DNS side. I created a second CName for the same domain 25 mins later and that one update perfectly in Railway almost immediately so it seems to be an issue when changing a pre-existing CName's value that is causing it to be stuck or slow. The CNAME is rexy.futurefictionacademy.com
8 replies
RRailway
Created by Joseph U. on 2/28/2024 in #✋|help
General question about persistence SQLite
If I deploy a Python Application that uses SQLite on the same host will the data persist while the server is running? And will the data be cleared out when the server resets?
8 replies
RRailway
Created by Joseph U. on 12/31/2023 in #✋|help
What is the best way to have my server restart at a particular time every day?
I want one of my servers to restart at 2AM every morning. What is the best way to make this happen on Railway hosted servers?
8 replies
RRailway
Created by Joseph U. on 11/4/2023 in #✋|help
Can you downgrade to Hobby from Pro?
If I upgrade to Pro in anticipation of increased utilization and it turns out that I don't get the anticipated traffic after a month or two am I able to downgrade back to the Hobby Plan?
12 replies
RRailway
Created by Joseph U. on 10/9/2023 in #✋|help
How do I change the Git Hub Repository of a Build?
I want to switch the Github repository used for my project builds. I have tried to Disable the Trigger and then re-activate but that doesn't seem to give me the option to update it. Where do you go to reset the github location to a new repository?
5 replies
RRailway
Created by Joseph U. on 10/6/2023 in #✋|help
Application failed to respond
When I run my app locally I can go to the /health endpoint and it works. When I deploy to Railway everything is looking good in the deploy log, it spins up the server but when I try to hit that endpoint to make sure everything is good it gives me an Application Fails to Respond error.
6 replies
RRailway
Created by Joseph U. on 9/16/2023 in #✋|help
Deployment failing
I am trying to deploy some updates to my app and I am getting errors during the build process. Dockerfile:20 ------------------- 18 | ENV NIXPACKS_PATH /opt/venv/bin:$NIXPACKS_PATH 19 | COPY . /app/. 20 | >>> RUN --mount=type=cache,id=s/0a5fd1c3-1a15-4fc0-a21b-d12aa5ba547f-/root/cache/pip,target=/root/.cache/pip python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt 21 | 22 | ------------------- ERROR: failed to solve: process "/bin/bash -ol pipefail -c python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -r requirements.txt" did not complete successfully: exit code: 1 Error: Docker build failed
47 replies