This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Keycloak LXC with real database (postgres) #2611
remz1337
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I recently wanted to update my manually installed keycloak LXC from v17 to v23, which was running in dev mode (as the LXC script provided by tteck). I never had issue with the dev mode database (H2) because I never had to touch it. But since the upgrade wasn't working and I couldn't find for the life of my how to inspect the H2 DB, I resorted to a full reinstall with the new version of Keycloak.
I took this opportunity to script the install process AND use a PostgreSQL DB (inside same LXC). This also allows me to run Keycloak in "production" mode
@tteck Wondering if you are interested in upgrading your Keycloak scripts to leverage a PostgreSQL DB instead of the "dev" H2 DB? If yes, I can start working on a PR
Thanks
Beta Was this translation helpful? Give feedback.
All reactions