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

[Question] Dedicated postgresql instance #466

Open
abacao opened this issue Apr 19, 2024 · 4 comments
Open

[Question] Dedicated postgresql instance #466

abacao opened this issue Apr 19, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@abacao
Copy link

abacao commented Apr 19, 2024

Hello team,

I wasn't able to find documentation that allows having a dedicated postgresql server instead of using a docker database container.

Is it possible? Where can I find that information/guideline?

Thanks

@abacao abacao added the enhancement New feature or request label Apr 19, 2024
@whikernel
Copy link
Contributor

Hello!

You can use your own database, you just need to set the .env to point to your Postgres server instead of the "db". You can then remove the postgresql entries in docker compose.

@diaznet
Copy link

diaznet commented Apr 25, 2024

Hello,
I cannot find in PR/issues why you switched back to PostgreSQL 12 from PostgreSQL 16 in commit cbc3f75.
According to Versioning Policy PostgreSQL is EOL on November 14 2024.
We want to run a dedicated PostgreSQL, but going with 12 as used in the Dockerfile would mean we'd have to upgrade in the next 6 months

@whikernel
Copy link
Contributor

Hello!

We switched back because upgrading from 12 to 16 implies a bit more hands-on to upgrade for users with an already running version of IRIS. So we should spend more time on the upgrade process, thus the switch back to PG 12.

@whikernel
Copy link
Contributor

But if you are not already using IRIS and want to have a dedicated PostgreSQL without the docker then you can already use v16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants