dwaynemac
dwaynemac
RRailway
Created by dwaynemac on 3/8/2024 in #✋|help
wrong "No space left on device" error on PG service
No description
16 replies
RRailway
Created by dwaynemac on 2/22/2024 in #✋|help
Error "Unknown MySQL server host"
No description
23 replies
RRailway
Created by dwaynemac on 2/11/2024 in #✋|help
long running cron services
Let’s say I have a service with a cron schedule of running every 15 minutes. What will happen if it runs for longer than 15 minutes
Will the runs “stack” and I’ll have two services online? Or will the second run be skipped?
6 replies
RRailway
Created by dwaynemac on 2/3/2024 in #✋|help
rollback vs redeploy
No description
6 replies
RRailway
Created by dwaynemac on 2/1/2024 in #✋|help
Overwrite variable on "railway run"
My service connects to the DB through private network. This means that i cannot connect to the DB from my cli using this service's variables. Is there I way for me to override DATABASE_URL when calling railway run? I tried
DATABASE_URL="test" railway run rails c
DATABASE_URL="test" railway run rails c
but didnt work
4 replies
RRailway
Created by dwaynemac on 1/31/2024 in #✋|help
custom domains not working
on project ID 309021af-4622-4a67-8ad2-f97fbab2b7cb services work with the .up.railway.app domain but not with my custom domains.
48 replies
RRailway
Created by dwaynemac on 1/31/2024 in #✋|help
Does re-deploying MySQL service re-generate variables?
I'm getting errors on my app after re-deploy of the MySQL. It would seem like passwords are updated? I couldnt pin point the error yet so wanted to ask to further investigate: - what happens on MySQL redeploy? Do passwords get re-generated?
9 replies
RRailway
Created by dwaynemac on 1/30/2024 in #✋|help
Redeploy of MySQL service breaks all connections
After redeploying MySQL service (without any changes, i added a new variable) others services start raising this error on connection attempt: ERROR -- : RSA Encryption not supported - caching_sha2_password plugin was built with GnuTLS support (ActiveRecord::ConnectionNotEstablished)
6 replies
RRailway
Created by dwaynemac on 1/29/2024 in #✋|help
dashboard down again?
I read #🚨|incidents and it's marked as resolved but i can access the dasboard.
8 replies
RRailway
Created by dwaynemac on 1/27/2024 in #✋|help
volumes and sync environment
How do volumes work in environments? It would be nice to have a mention about it on the documentation.
9 replies
RRailway
Created by dwaynemac on 1/26/2024 in #✋|help
Service's Cron Schedule help
No description
9 replies
RRailway
Created by dwaynemac on 1/12/2024 in #✋|help
PG::DiskFull: ERROR: could not resize shared memory segment
After migrating legacy DB I received this error on my app: "PG::DiskFull: ERROR: could not resize shared memory segment "/PostgreSQL.4082225368" to 8388608 bytes: No space left on device" It didn't happen inmediatly, hours later so it could be just some glitch but I wanted to bring this to attention and see if I should be considering something. I checked the DBs volume and we are using 1Gb of the 5Gb available. project ID: bd0ee04e-9a92-4db9-869c-760973cc109c
11 replies
RRailway
Created by dwaynemac on 12/2/2023 in #✋|help
migrating DB plugin to service - timescaledb
I've got some old postgres plugins i need to migrate. When testing my backups locally i see i need to have timescaledb installed for the restore to work. Making this work on my machine is another issue but on this post my question is: Will this raise issues when using the auto-migrate tool for DB plugin to service? Or is this already taken into consideration by the migration template?
19 replies
RRailway
Created by dwaynemac on 12/1/2023 in #✋|help
Service ignoring start command configuration
No description
8 replies
RRailway
Created by dwaynemac on 12/1/2023 in #✋|help
App suddenly offline
My web has been offline for the last 10 minutes. Logs not showing any errors. No deploy or restarts where made. After offline problem i did try to restart and redeploy but it's still offline. Project id: 948196f9-27d3-44cd-bdd2-e50d7b67c7ef Service id: f690603f-d911-4602-b9f6-db5aa676591d
19 replies
RRailway
Created by dwaynemac on 11/18/2023 in #✋|help
How can I know which version of Postgres i'm running?
I deployed postgres as a service on a railway app. The image says ":lastest" but how can I know which version it is? THanks!
5 replies
RRailway
Created by dwaynemac on 10/21/2023 in #✋|help
railway status (CLI)
No description
22 replies
RRailway
Created by dwaynemac on 10/20/2023 in #✋|help
service id on different environments
I forked my production environment. I realized that both Postgres services have the same serviceId This raised the question. What do environments do? Are the services freshly created or is it same service with different variables? Can I safely alter DB data on new environment or am I altering data of the original DB?
5 replies
RRailway
Created by dwaynemac on 10/20/2023 in #✋|help
Can't toggle "Enable App Sleeping"
As seen on the video, it automatically disables. This is in a forked environment. The original environment doesnt have app sleeping enabled. Could that be the reason?
18 replies
RRailway
Created by dwaynemac on 10/18/2023 in #✋|help
Referenceable ENV Variables for ProjectID, EnvironmentID and ServiceID
Are projectId, environmentID and/or serviceID available as referenceable variables?
10 replies