IgnisDa
IgnisDa
Explore posts from servers
RRailway
Created by IgnisDa on 9/30/2024 in #✋|help
Is 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
RRailway
Created by IgnisDa on 9/7/2024 in #✋|help
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
RRailway
Created by IgnisDa on 9/7/2024 in #✋|help
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
RRailway
Created by IgnisDa on 8/31/2024 in #✋|help
Postgres connection pool errors
No description
13 replies
RRailway
Created by IgnisDa on 8/9/2024 in #✋|help
Export a project
Is there a way I can export my project? I am getting an obscure bug on prod and need to get the entire setup running locally.
7 replies
RRailway
Created by IgnisDa on 7/29/2024 in #✋|help
Root custom domain using hostinger
5 replies
RRailway
Created by IgnisDa on 7/27/2024 in #✋|help
Shared generated variables?
I want a generated secret but seems they can be set only on the service level. Is it possible to promote them to be a shared variable?
5 replies
RRailway
Created by IgnisDa on 7/27/2024 in #✋|help
Refer to internal url
How do I use the internal ntwork url without hardcoding it?
6 replies
RRailway
Created by IgnisDa on 7/25/2024 in #✋|help
how do i wipe a postgres service?
same as title
25 replies
RRailway
Created by IgnisDa on 7/24/2024 in #✋|help
Application consuming a lot of memory on railway but not as much when self hosted
No description
25 replies
RRailway
Created by IgnisDa on 7/22/2024 in #✋|help
Updating database row does not work
No description
22 replies
RRailway
Created by IgnisDa on 7/19/2024 in #✋|help
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
RRailway
Created by IgnisDa on 7/18/2024 in #✋|help
How to redirect a generated domain to a custom one?
I do not want to delete the generated domain, it should be redirected to the custom one.
12 replies
RRailway
Created by IgnisDa on 7/17/2024 in #✋|help
Specify service to deploy using `railway up`
deploy-production-instance:
runs-on: ubuntu-latest
needs: docker-release
steps:
- name: Set up CLI
run: npm i -g @railway/cli

- name: Deploy
run: railway up --detach
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
deploy-production-instance:
runs-on: ubuntu-latest
needs: docker-release
steps:
- name: Set up CLI
run: npm i -g @railway/cli

- name: Deploy
run: railway up --detach
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
29 replies
RRailway
Created by IgnisDa on 7/17/2024 in #✋|help
Communication between services inside the same docker image
No description
34 replies
RRailway
Created by IgnisDa on 7/17/2024 in #✋|help
Change the name of a service?
I would like to change the name of a service and also the generated domain.
13 replies
RRailway
Created by IgnisDa on 7/16/2024 in #✋|help
How do I calculate costs?
No description
33 replies
TTCTheo's Typesafe Cult
Created by IgnisDa on 7/10/2024 in #questions
Approaches to build a public readonly application
I have to build a new feature for my application: readonly public access. So if user A has watched 2 movies, they can share a link with someone else and they will be able to see what 2 movies A has watched. They wont be able to perform authenticated actions ofc (leaving reviews etc). How would I go about building something like this?
3 replies
RRailway
Created by IgnisDa on 9/26/2023 in #✋|help
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
RRailway
Created by IgnisDa on 6/13/2023 in #✋|help
How can I deploy a docker image directly?
I want to deploy a docker image and add a postgres plugin to it.
4 replies