Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres config explanantion #3313

Open
BigWebstas opened this issue Apr 22, 2024 · 3 comments
Open

Postgres config explanantion #3313

BigWebstas opened this issue Apr 22, 2024 · 3 comments

Comments

@BigWebstas
Copy link

Describe the problem that you experienced

I am unsure on where this is set? the other ZO entries are env variables but i am confused on where to set the postgres enabled:false part

config:
  ZO_META_STORE: "postgres"
  ZO_META_POSTGRES_DSN: "postgres://postgres:12345678@localhost:5432/openobserve"

postgres:
  enabled: false # disable bundled PostgreSQL

Enter the URL of the topic with the problem

https://openobserve.ai/docs/ha_deployment/

Describe what you were looking for in the documentation

No response

Describe the actions that led you to experience the problem

No response

Describe what you want to experience that would fix the problem

No response

Add a screenshot if that helps illustrate the problem

No response

If this problem caused an exception or error, please paste it here

No response

If the problem is browser-specific, please specify the device, OS, browser, and version

No response

Provide any additional information here in as much as detail as you can

No response

@prabhatsharma
Copy link
Contributor

@BigWebstas
Copy link
Author

I dont see that particular file in the persistent data directory (running this in docker)

@hengfeiyang
Copy link
Contributor

postgres:
  enabled: false # disable bundled PostgreSQL

This is only for using our helm chart to deploy, if you are using other solution you need deploy PostgreSQL by yourself.

helm repo add openobserve https://charts.openobserve.ai
helm repo update

kubectl create ns openobserve

helm --namespace openobserve -f values.yaml install o2 openobserve/openobserve

the values file: https://github.com/openobserve/openobserve-helm-chart/blob/main/charts/openobserve/values.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants