10 days ago
Had an old project with Postgres database, which is now deleted in favor of setting up Postgres on the new project. I have zero Postgres volumes at this time, but it appears that it still recognizing the old Postgres ghost volume from the deleted project and is not letting me set up Postgres on the new project.
2 Replies
10 days ago
Your current project already has a volume attached to your app service (clinical-dotphrase-repository), and the Free plan allows only 1 volume per project. Since a Postgres database requires its own volume for persistent storage, you would need to either detach the existing volume from your app service or upgrade to a paid plan (Hobby allows 10 volumes per project) to add Postgres alongside it.
Status changed to Awaiting User Response Railway • 10 days ago
10 days ago
There is not a visible volume attached to the current app service (which there was previously) - was there an error implementing/attaching the volume?
Status changed to Awaiting Railway Response Railway • 10 days ago
Status changed to Open brody • 10 days ago