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

fix: Avoid using replicas during setup #42504

Merged
merged 1 commit into from
Dec 28, 2023
Merged

Conversation

juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Dec 28, 2023

Follow up to #41998

It turned out that installation through occ fails if the database that is used has not been created already on the instance as the setup passes over database => null to the connection for the installation checks. We need to merge this to the connection params first so that it is part of both the primary and replica configuration.

Caused CI failure in tables

@juliusknorr juliusknorr added bug 3. to review Waiting for reviews labels Dec 28, 2023
@juliusknorr juliusknorr added this to the Nextcloud 29 milestone Dec 28, 2023
@juliusknorr juliusknorr requested review from a team, ArtificialOwl, icewind1991 and Altahrim and removed request for a team December 28, 2023 11:00
@juliusknorr juliusknorr linked an issue Dec 28, 2023 that may be closed by this pull request
@juliusknorr juliusknorr merged commit 7812a02 into master Dec 28, 2023
49 checks passed
@juliusknorr juliusknorr deleted the bugfix/setup-primary branch December 28, 2023 11:47
@blizzz blizzz mentioned this pull request Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants