10 months ago
I am trying to load (restore) a postgres schema from a database that I have created locally. I want to upload it on railway. The problem is reated to a column about geometry (polygon). It does not recognize this type of column.
What could I do with it?
Kind regards,
Ilias
3 Replies
10 months ago
Hey there! We've found the following might help you get unblocked faster:
- 🧵 502 Gateway issue, but my Postgres has space.
- 📚 Using the Database View
- 🧵 Postgres database unreachable
- 🧵 Postgres Password Issue
If you find the answer from one of these, please let us know by solving the thread!
10 months ago
No, they did not help
10 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 10 months ago
10 months ago
geometry requires PostGIS a Postgres extension for geospatial data.
You need to use the PostGIS template instead of the normal postgres template for this to work