Vectors don't load #262
Unanswered
Anasmasuris
asked this question in
Q&A
Replies: 1 comment
-
This might occur when the database is running (or pulled), and you re-build the import / tile / proxy containers that depend on the database. The database might then also get rebuilt, and become empty. Then a re-import is needed to put the data back into the database and make it ready for use. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I tried to locally run ORM to check for my ideas/changes, but I seem to have a problem - after second command in SETUP, this line appears:
[2025-03-08T16:44:22Z ERROR martin] Unable to get a Postgres connection from the pool gis: Error occurred while creating a new object: db error: FATAL: database "gis" does not exist
I guess this doesn't allow for the rest of commands to work properly - is this the issue with database (data.osm.pbf)? I don't know what to do in this situation.
There also is a message: ERROR [import] importing cache manifest from ghcr.io/hiddewie/openrailwaymap-import:latest
Beta Was this translation helpful? Give feedback.
All reactions