Skip to content

Shared DB #901

Answered by nitnelave
thielj asked this question in Q&A
Apr 23, 2024 · 2 comments · 6 replies
Discussion options

You must be logged in to vote

Each LLDAP instance is stateless. Assuming they all have the same config, sharing a postgres or MySQL DB should work well (and afaik many users do this, as a HA setup).

Make sure to use a key_seed, not a key_file for the private key.

Sharing SQLite is not recommended (each file should only be opened by a single process).

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@jakob42
Comment options

@nitnelave
Comment options

@jakob42
Comment options

@nitnelave
Comment options

@thielj
Comment options

Comment options

You must be logged in to vote
1 reply
@thielj
Comment options

Answer selected by thielj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants