fspoon
fspoon
RRailway
Created by fspoon on 3/21/2024 in #✋|help
Volume backups vs. explicit db backups
The most relevant thread I've found so far for state-of-the-art db backups in railway is https://discord.com/channels/713503345364697088/1126783082859614260, which suggests that older db backup methods like those suggested here https://blog.railway.app/p/postgre-backup will incur an egress tax, and that the best bet is volume-based backups which were in the works as of 2023-07-08. I can't find any hooks or mention of volume backups since then, is that still in the works. If so, does the current state-of-the-art of the railway db backups still incur an egress tax?
11 replies
RRailway
Created by fspoon on 3/15/2024 in #✋|help
will custom deployment healthchecks trigger project-wide deploy webhooks?
if i deploy healthchecks for all my services, do i basically get continuous uptime alerting "for free" or are the healthcheck endpoints only guaranteed to be called during and shortly after a new deploy. ie. if my service started catastrophically erroring 3 hours after a deploy such that my /health/ endpoint started to 500, would that trigger a change in deployment status and invoke my project webhook
7 replies
RRailway
Created by fspoon on 6/15/2023 in #✋|help
Help for deploying public docker images
Looking to set up a bursty web application with railway, current idea is to deploy my services from a mono-repo using multiple RAILWAY_DOCKERFILE_PATH = pointing to my various service dockerfiles, however some of the containers that I'm running are publicly available images (traefik being one example, possibly nginx, rabbitmq, etc.) So far I haven't found documentation for deploying just a stock docker image and running it, any guidance?
7 replies