a month ago
My database wasn't working for the last few days, today the postgres project is empty with no database, what really happened?
2 Replies
a month ago
Your Postgres service in the "Tour Management System" project is running with a volume attached, and the logs confirm it found an existing database directory and completed recovery successfully as of 11:49 UTC on May 22. The data on the volume was not lost. If the Data tab in the dashboard appears empty, try connecting directly using your DATABASE_URL credentials (e.g., via psql or a database client) to verify your tables are present.
Status changed to Awaiting User Response Railway • about 1 month ago
Railway
Your Postgres service in the "Tour Management System" project is running with a volume attached, and the logs confirm it found an existing database directory and completed recovery successfully as of 11:49 UTC on May 22. The data on the volume was not lost. If the Data tab in the dashboard appears empty, try connecting directly using your `DATABASE_URL` credentials (e.g., via psql or a database client) to verify your tables are present.
a month ago
Thanks it worked
Status changed to Awaiting Railway Response Railway • about 1 month ago
Status changed to Solved Railway • about 1 month ago