Add is_mysql_upgrade #130

Open
emorino wants to merge 1 commit from is_mysql_upgrade into master
Owner

Add check is_mysql_upgrade, verify is an mysql_upgrade is needed after an mysql or mariaDB upgrade version.

Add check is_mysql_upgrade, verify is an mysql_upgrade is needed after an mysql or mariaDB upgrade version.
emorino added 1 commit 2021-02-11 16:07:39 +01:00
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
8000adbe7e
Add is_mysql_upgrade
Owner

mysql_upgrade should already be run during upgrade since Buster (Debian 10) yet may not cover multi-instance, so such a check is probably worthwhile – yet I’d like a way to test it before merging.

mysql_upgrade should already be run during upgrade since Buster (Debian 10) yet may not cover multi-instance, so such a check is probably worthwhile – yet I’d like a way to test it before merging.
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
This pull request has changes conflicting with the target branch.
  • evocheck.sh

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin is_mysql_upgrade:is_mysql_upgrade
git checkout is_mysql_upgrade

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff is_mysql_upgrade
git checkout master
git merge --ff-only is_mysql_upgrade
git checkout is_mysql_upgrade
git rebase master
git checkout master
git merge --no-ff is_mysql_upgrade
git checkout master
git merge --squash is_mysql_upgrade
git checkout master
git merge --ff-only is_mysql_upgrade
git checkout master
git merge is_mysql_upgrade
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: evolix/evocheck#130
No description provided.