-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Mariadb] Update to 10.11 (LTS) #5152
Draft
DerLinkman
wants to merge
9
commits into
staging
Choose a base branch
from
feat/mariadb-10.11
base: staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
milkmaker
added
the
stale
Please update the issue with current status, unclear if it's still open/needed.
label
May 27, 2023
DerLinkman
added
investigating
Still under investigation
needs testing
and removed
stale
Please update the issue with current status, unclear if it's still open/needed.
labels
May 28, 2023
DerLinkman
force-pushed
the
feat/mariadb-10.11
branch
from
August 13, 2024 14:17
e6e2bce
to
4f1ad53
Compare
[Web] Updated lang.zh-cn.json Co-authored-by: Easton Man <[email protected]>
* compose: bump php-fpm container to correctly use patched c-ares * [Web] check $containers_info contains required fields --------- Co-authored-by: FreddleSpl0it <[email protected]>
[Web] update _sogo_static_view on password reset
[Web] broadcast maildir move to dovecot containers on mailbox_rename
DerLinkman
force-pushed
the
feat/mariadb-10.11
branch
from
November 13, 2024 14:53
4f1ad53
to
15a9c52
Compare
DerLinkman
force-pushed
the
staging
branch
2 times, most recently
from
November 15, 2024 15:17
aaee040
to
4d688c5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
investigating
Still under investigation
needs testing
neverstale
Bot doesn't mark the issue or PR as stale
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR includes the mariadb upgrade from the current mailcow used version (10.5) to the latest LTS Version from mariadb to 10.11.
It also includes a change in case of thread_stack size value which had to be increased from 128k to 256k due to the mysql_upgrade process.
In some very rare cases the mysql upgrade will fail from 10.5 to 10.11 and needs to be rerun manually from cli (at least it has confirmed for the versions < 10.11 >=10.6 (https://jira.mariadb.org/browse/MDEV-29648?attachmentOrder=desc)