Kurdiez
Kurdiez
RRailway
Created by Kurdiez on 10/26/2024 in #✋|help
Where can I see the pricing of volume sizes for Postgres DB?
I see that I can increase the Postgres DB volume size all the way up to 250GB but it seems to be a one way door. I can never downgrade once I upgrade. So where can I see the prices of bigger volume sizes?
9 replies
RRailway
Created by Kurdiez on 10/18/2024 in #✋|help
How do you set the Logs timestamp to be UTC for everyone?
Currently our team members all see the logs in their own timezones. I want them to be all in UTC. Where do I set this? Project ID: 3747f720-8c9c-4d81-9b13-1e420ceabd6c
4 replies
RRailway
Created by Kurdiez on 10/2/2024 in #✋|help
Is it possible to do Postgres config settings change
I ran SHOW config_file; and I see the config file located at /var/lib/postgresql/data/pgdata/postgresql.conf. I need to modify the variables in that file to shared_preload_libraries = 'pg_stat_statements' so that I can take a look at the statistical data collected by that extension for DB performance. Is this possible with Railway's Postgres DB service?
7 replies
RRailway
Created by Kurdiez on 9/27/2024 in #✋|help
Does Postgres use multiple cores out of the box?
I see that the virtual environment given has up to 32 CPU cores. Does Postgres service that I spin up with Railway use all 32 cores by default?
4 replies
RRailway
Created by Kurdiez on 8/17/2024 in #✋|help
Urgent! Production DB is showing "could not resize shared memory segment" error
No description
34 replies
RRailway
Created by Kurdiez on 8/7/2024 in #✋|help
Setting larger `maintenance_work_mem` for Postgres DB container
We needed larger maintenance_work_mem for our production Postgres DB. This is because we have millions of records and needed to adjust indexes. Our maintenance_work_mem was previously 68MB. We set this by running the following SQL
SET maintenance_work_mem = '1GB';
SET maintenance_work_mem = '1GB';
If the Railway service is restarted and therefore the Postgres is restarted, we won't have that set again. How can we permanently set that value as part of config? Is there an environment variable we should be using?
10 replies
RRailway
Created by Kurdiez on 7/29/2024 in #✋|help
How can I vertically scale the DB service?
We are reaching the given maximum 32 GB RAM due to the millions of records and indices in the tables. How can we vertically scale this up to like 128 GB?
12 replies
RRailway
Created by Kurdiez on 7/24/2024 in #✋|help
Python dependencies installed but not copied due to `Text file busy: '/opt/venv/bin/python'`
No description
20 replies
RRailway
Created by Kurdiez on 6/17/2024 in #✋|help
Does NodeJS service take advantage of multiple CPU cores?
We are not doing anything fancy. Just vanilla NodeJS monolith server running in one of Railway's service. This particular process won't take advantage of the multiple CPU cores provided to our service by default right? Just because of the way NodeJS is.
7 replies
RRailway
Created by Kurdiez on 6/5/2024 in #✋|help
Urgent issue. Production release is blocked.
No description
10 replies
RRailway
Created by Kurdiez on 5/22/2024 in #✋|help
I need to know PostgreSQL Railway template pg_dump version
No description
9 replies
RRailway
Created by Kurdiez on 5/22/2024 in #✋|help
Can you rename service names?
No description
6 replies
RRailway
Created by Kurdiez on 5/8/2024 in #✋|help
Just received PostgresDB shared memory problem "No space left on device"
No description
16 replies
RRailway
Created by Kurdiez on 1/11/2024 in #✋|help
What is this warning message?
No description
12 replies
RRailway
Created by Kurdiez on 11/12/2023 in #✋|help
Deploy Logs show out of heap memory
My server runs fine locally, but only in Railway it fails to deploy and shows the following attached messages. The build phase works fine.
49 replies
RRailway
Created by Kurdiez on 10/26/2023 in #✋|help
How do you expose a port?
I have a service in Railway that runs a Java server bound to port 5266. I want to expose that publicly so anybody can access the server. So I added the env variable PORT in the settings of that service. But when I do the telnet test to make the TCP/IP connection, nothing is listening on it.
9 replies
RRailway
Created by Kurdiez on 10/26/2023 in #✋|help
Java is not found
No description
80 replies