IgnisDa
Explore posts from serversIs there a way to keep old containers running?
So I have a usecase which I am not sure how to solve:
Users can perform imports on my application which last 5-6 hours and are non-resumable. I want a way to keep old containers running until an import is running even when I deploy a new version. Is this possible?
31 replies
Is there a way to stop a scheduled service?
i see https://help.railway.app/questions/stopping-a-service-without-removing-it-36befbe1 but it wont work for me since mine is a service that runs via cron.
5 replies
Call a webhook endpoint using cron
I would like to trigger an endpoint on a cron schedule. I am aware that railway already provides a way to spin up a service and do so, but I was wondering if there was a way to do it such that I only need to setup an endpoint using the internal networking feature. That way I will not have to create a new service.
47 replies
Root custom domain using hostinger
I took a look at https://discord.com/channels/713503345364697088/1205906342859243560 and https://docs.railway.app/guides/public-networking#redirecting-a-root-domain but both do not have any information about hostinger.
5 replies
Database backup
I see an article https://blog.railway.app/p/automated-postgresql-backups which is ~2 yrs old. Is there a method now ?
27 replies
How to re-deploy a docker image source?
I deployed a service via docker image (https://docs.railway.app/develop/services#service-source). Now when I call
railway up
in my github actions (with the RAILWAY_TOKEN
set to that service's token), it does not deploy the docker images but instead tries to build my project using nixpacks. How can I instruct Railway to download the latest docker image and deploy it?36 replies