Using external Postgresql #743
Unanswered
wonderhoss
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @wonderhoss, I mainly use the docker image of PostGIS so take this not as a definitive answer. What reitti needs is:
Here it is how it is created in the docker image. you propably could get away with: there should be no need to give the reitti user superuser and the other roles. It will only need to be able to create tables. I hope this helps. If not, feel free to come back here 🙂 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to run reitti on a server with a shared Postgresql database. I've chosen this approach to save on resources and simplify backup and DR, compared to running a separate postgres container with each service.
Is there any documentation on how to bootstrap the database for reitti?
Immich has a pretty comprehensive guide on how to install the required extensions and such.
I'd love to see something similar for reitti.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions