Merged
Conversation
This fixes after-upgrade issues, for example:
[ERROR] Incorrect definition of table mysql.event: expected column 'definer' at position 3 to have type varchar(, found type char(141).
The upgrade only happens when necessary.
I also disabled the system database backup because I assume users create
and test their own backups.
Signed-off-by: Adam Monsen <[email protected]>
83d843a to
c3ca862
Compare
J0WI
reviewed
Sep 5, 2022
.examples/docker-compose/insecure/mariadb/apache/docker-compose.yml
Outdated
Show resolved
Hide resolved
Contributor
Author
|
Sure, will do.
|
Any nonzero value is valid for these environment variables. Signed-off-by: Adam Monsen <[email protected]>
7418998 to
0518d24
Compare
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Sep 6, 2022
Changes: - https///github.com/nextcloud/docker/commit/b30812d: Runs update.sh - https///github.com/nextcloud/docker/commit/19256cd: Allow to run with custom uid (https///github.com/nextcloud/docker/pull/1812) - https///github.com/nextcloud/docker/commit/2a5bc6f: enable mariadb auto upgrade (https///github.com/nextcloud/docker/pull/1814) - https///github.com/nextcloud/docker/commit/338b483: Runs update.sh - https///github.com/nextcloud/docker/commit/d447c57: fix SMTP_PASSWORD_FILE not triggering auth activation (https///github.com/nextcloud/docker/pull/1614) - https///github.com/nextcloud/docker/commit/685803d: Remove 22 (https///github.com/nextcloud/docker/pull/1813)
fezu54
added a commit
to fezu54/nextcloud-stack
that referenced
this pull request
Jan 13, 2023
ananace
pushed a commit
to ananace/docker-nextcloud
that referenced
this pull request
May 10, 2024
* enable mariadb auto upgrade
This fixes after-upgrade issues, for example:
[ERROR] Incorrect definition of table mysql.event: expected column 'definer' at position 3 to have type varchar(, found type char(141).
The upgrade only happens when necessary.
I also disabled the system database backup because I assume users create
and test their own backups.
Signed-off-by: Adam Monsen <[email protected]>
* use 1s instead of "yesplease"
Any nonzero value is valid for these environment variables.
Signed-off-by: Adam Monsen <[email protected]>
Signed-off-by: Adam Monsen <[email protected]>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 fixes after-upgrade issues, for example:
The upgrade only happens when necessary.
I also disabled the system database backup because I assume users create and test their own backups.