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

[feature/ha-support] Support for Postgres HA #803

Closed
wants to merge 1 commit into from

Conversation

rvowles
Copy link
Contributor

@rvowles rvowles commented Jul 1, 2022

Description

High Availability does not function in the appropriate manner for FHOS
because of the way the REST layer interacts with the database layer. Transactions are short
and directed normally, but this causes problems with HA as each request can go to a different
backend which may not have the data yet.

Fixes #801

High Availability does not function in the appropriate manner for FHOS
because of the way the REST layer interacts with the database layer. Transactions are short
and directed normally, but this causes problems with HA as each request can go to a different
backend which may not have the data yet.
@rvowles rvowles added this to the 1.5.9 milestone Jul 1, 2022
@rvowles
Copy link
Contributor Author

rvowles commented Jul 1, 2022

This is not yet ready and will take a fair amount of work.

@github-actions github-actions bot added the enhancement New feature or request label Jul 1, 2022
@rvowles rvowles closed this Sep 23, 2022
@IrinaSouth IrinaSouth deleted the feature/ha-support branch March 4, 2023 20:25
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

Successfully merging this pull request may close these issues.

Constraint violation when creating admin group on initial setup (with OAuth2)
1 participant