Siraj Samsudeen
Siraj Samsudeen
RRailway
Created by Siraj Samsudeen on 9/12/2023 in #✋|help
postgres db service not accessible from my client
This morning, the DB refuses to accept connections and when I checked the logs, I saw this: does this cause DB downtime? any way to debug what is causing my DB instance to be unavailable? 2023-09-11 22:03:57.212 UTC [10992] LOG: the "timescaledb" extension is not up-to-date 2023-09-11 22:03:57.212 UTC [10992] HINT: The most up-to-date version is 2.11.2, the installed version is 2.1.1. 2023-09-12 02:57:22.262 UTC [11873] LOG: invalid length of startup packet project: 338a4c15-5f76-4fd4-a068-7f68f443c4c4
40 replies
RRailway
Created by Siraj Samsudeen on 9/6/2023 in #✋|help
Warning: the environment variable LANG is not set
I see this error in my deploy log: I am using a Pipfile and hence i changed the railway.json to have this startCommand:
"deploy": {
"startCommand": "pipenv run hypercorn main:app --bind \"[::]:$PORT\""
}
}
"deploy": {
"startCommand": "pipenv run hypercorn main:app --bind \"[::]:$PORT\""
}
}
Warning: the environment variable LANG is not set!
We recommend setting this in ~/.profile (or equivalent) for proper expected behavior.
Creating a virtualenv for this project...
Pipfile: /app/Pipfile
Using /opt/venv/bin/python3 (3.11.1) to create virtualenv...
Warning: the environment variable LANG is not set!
We recommend setting this in ~/.profile (or equivalent) for proper expected behavior.
Creating a virtualenv for this project...
Pipfile: /app/Pipfile
Using /opt/venv/bin/python3 (3.11.1) to create virtualenv...
Project ID - 13371fe3-8105-4f73-8374-40dbc8f2cf03
16 replies