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.
A guide to make upgrading multiple Grav-installations easier, using Deployer.
This PR adds a page under the 'CLI Console'-pages of the Docs named 'Scripted Upgrades', which is a tutorial on how to "automate" upgrades of multiple, separate installations of Grav. "Automate" in the sense that a single command can upgrade numerous independent sites. Whilst it is fairly comprehensive in detail, the language is colloquial enough to (hopefully) be understood by novice users.
It is based upon a discussion and walk through with @paulhibbitts on Gitter, as well as the brief example on the forums (now outdated, as the included example is improved). The script is aimed at being run on a shared server, but outlines that it can be extended to be ran locally or cross-server as well.
It has been tested on a few different configurations of shared server, running the typical LAMP-stack, as well as with a local Windows-installation. As a task-runner it is very simple in setup, requiring only 30 lines at minimum and Deployer on the back-end to run.
Input on changes or clarifications are very welcome.