Upgrading Moodle to specific new minor version using git?

Re: Upgrading Moodle to specific new minor version using git?

by Ken Task -
Number of replies: 1
Picture of Particularly helpful Moodlers

Do a git pull by itself now that a branch has been set.

Then check: fgrep '$release' version.php

hopefully: $release  = '3.5.7+ (Build: 20190712)

Then upgrade via admin/cli/ scripts.

'SoS', Ken


Average of ratings: Useful (1)
In reply to Ken Task

Re: Upgrading Moodle to specific new minor version using git?

by David M -
Many thanks, Ken. That seems to have worked successfully now.