Bump up the minimum required MySQL version (#25465)
MySQL 5.7 is at end of life. https://mattermost.atlassian.net/browse/MM-55589 ```release-note We bump up minimum MySQL version to be 8.0.0 ``` Co-authored-by: Mattermost Build <build@mattermost.com> Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
4ab6b98c63
Коммит
04cf1ed114
@@ -828,7 +828,7 @@ test-migration:
|
||||
@sed -i'' -e 's|{{ .source_schema }}|${MYSQL_SCHEMA}|g' tests/temp.load
|
||||
|
||||
# run pgloader and save the logs
|
||||
pgloader tests/temp.load > migration.log
|
||||
pgloader --debug tests/temp.load > migration.log
|
||||
|
||||
$(GO) install github.com/mattermost/dbcmp/cmd/dbcmp@latest
|
||||
# compare two database contents
|
||||
|
||||
Ссылка в новой задаче
Block a user