Replies: 1 comment 2 replies
-
Looks like this should have worked, and that not working for you might be buggy behaviour. The goal is that you should totally be able to bring your own postgres instance to run Middleware. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm currently looking into hosting the middleware docker container in our kubernetes cluster. The quickest way to do this, I think, is to download your latest public docker image, and host the container that way.
The obvious problem with that is that the internal postgres database will be reset when the container is taken down and created again.
It would be nice to not have to fork the project to make changes within it to fit our purposes, so im looking into either:
I have tried the second approach, but it seems like the db initialisation scripts are relying on the local postgres machine, rather than using the DB_HOST and DB_PORT, so maybe that is a dead end (if we do not run the migrations on our own db first).
Do you have any thoughts and/or suggestions regarding how to host this? (Im not docker or kubernetes expert, so I might be missing obvious things). I do know that you are providing a paid plan to host the solution yourself, but for now, we are at the stage to try this out first and see how useful we find it :)
Beta Was this translation helpful? Give feedback.
All reactions