Should we reuse the built-in postgres server, or host our own? #13175
-
I can easily set up additional databases via postgres on my local network, but superset appears to also have postgres built into its docker image, though I can't seem to connect to it with pgadmin. Is the built-in postgres server meant to be reused by us, our ignored and coupled with whatever servers we host? If so, what is the credentials to access it? I thought localhost @ 5432 admin/admin would suffice. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Yattabyte - the distributed |
Beta Was this translation helpful? Give feedback.
Hi @Yattabyte - the distributed
docker-compose
setup is intended for development use only. I would recommend using the official Docker image for Superset in conjunction with your own hosted postgres server if you are attempting a production deployment of Superset.