Connor
Connor
Explore posts from servers
RRailway
Created by Connor on 6/18/2023 in #✋|help
Fix Postgres DB
Me being dumb ran the following on my Postgres...
ALTER SYSTEM SET shared_preload_libraries = 'timescaledb,pg_stat_statements';
ALTER SYSTEM SET shared_preload_libraries = 'timescaledb,pg_stat_statements';
which has entered the database into an endless cycle of errors
2023-06-18 00:54:39.469 UTC [1] FATAL: could not access file "timescaledb,pg_stat_statements": No such file or directory
2023-06-18 00:54:39.469 UTC [1] LOG: database system is shut down
2023-06-18 00:54:39.469 UTC [1] FATAL: could not access file "timescaledb,pg_stat_statements": No such file or directory
2023-06-18 00:54:39.469 UTC [1] LOG: database system is shut down
but I can't undo what I did because the DB wont start. How can I fix this?
15 replies
RRailway
Created by Connor on 6/13/2023 in #✋|help
Intermittent Network Errors
I am receiving intermittent errors from my service today. There have been no configuration changes to deployment or restarts in the ~2 last weeks. This is just happening today. The service is load balanced with 2 replicas, and there are no errors in the logs for them.
Method: GET
Status: 503

upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: immediate connect error: Cannot assign requested address
Method: GET
Status: 503

upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: immediate connect error: Cannot assign requested address
13 replies
RRailway
Created by Connor on 3/30/2023 in #✋|help
New Service Erroring
Hello, I have added a new service to a project which is an exact copy of another service. It is a node.js app deployed from a github repo. It is the exact same env variables and config options, however, it keeps crashing due to different errors. It is a Directus instance. Any help/guidance why I am getting inconsistent errors between two services that are configured exactly the same would be helpful
7 replies