Self hosting #1828
-
Hi everyone, this is such an exciting and cool project. I've got a quick question regarding privately hosting Neon: From the documentation one can install and run Neon locally, is this something which specifically targets local development or can Neon be self hosted? If the latter, is this something that you'll be providing dedicated documentation and/or tooling to support? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi.
One can run There's a set of tools you need to run together to have a fully working system locally:
You don't have to start them by hand though, there are two ways to manage those:
Pretty much the same way as the dev env could be started, the self hosted one could be.
The images' maintenance will become more structured with time, for now we only have |
Beta Was this translation helpful? Give feedback.
-
Not sure if I should start a new discussion - but I'm working on getting neon setup in kuberentes just to kick the tires, and although I can get each component to start, configuring them seems to be ... undocumented? For example, you need a cluster spec for the compute_node. The only one I found was in the tests folder. Using that one, it specifies a tenant and timeline, which I figured out you need to create I guess using the HTTP api on pageserver. But once I do that, I noticed that the |
Beta Was this translation helpful? Give feedback.
-
My setup was working fine for a while but all the sudden started to fail.
I checked S3 and this file |
Beta Was this translation helpful? Give feedback.
Hi.
One can run
neon
on the local machine without any servers, we have a special set of "e2e" tests doing exactly this: https://github.com/neondatabase/neon/tree/main/test_runnerThere's a set of tools you need to run together to have a fully working system locally:
You don't have to start them by hand though, there are two ways to manage those:
neon_local
CLI tool for regular development usage, fully described in the root README: https://github.com/neondatabase/neon/blob/main/README.md#running-local-installation