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(admin): Update required sqlite to 3.24+ #12562

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

joshtrichards
Copy link
Member

☑️ Resolves

3.24+ is required for UPSERT

Used by Server v30 in nextcloud/server#45655

Noticed because someone tried to install v30 on Debian 9 ;-)

Refs:

P.S. Might even make sense to bump to 3.35, but this gets us closer.

🖼️ Screenshots

Signed-off-by: Josh <josh.t.richards@gmail.com>
@joshtrichards
Copy link
Member Author

/backport to stable31

@joshtrichards
Copy link
Member Author

/backport to stable30

@nickvergessen
Copy link
Member

Should also implement a check on the system side and installer

@Altahrim Altahrim merged commit a1ba570 into master Feb 3, 2025
12 checks passed
@Altahrim Altahrim deleted the jtr-admin-sqlite-req-324 branch February 3, 2025 10:28
Copy link

backportbot bot commented Feb 3, 2025

The backport to stable30 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable30
git pull origin stable30

# Create the new backport branch
git checkout -b backport/12562/stable30

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 0ff528bd

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/12562/stable30

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants