vardot / varbase-updater
A set of scripts and tools that will help you to update to the newer versions of Varbase.
Installs: 99 279
Dependents: 10
Suggesters: 0
Security: 0
Stars: 6
Watchers: 7
Forks: 4
Type:composer-plugin
Requires
- composer-plugin-api: ~2.0
- symfony/yaml: ~3.0 || ~4.0 || ~5.0 || ~6.0
- 2.x-dev
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.48
- 2.0.47
- 2.0.46
- 2.0.45
- 2.0.44
- 2.0.43
- 2.0.42
- 2.0.41
- 2.0.40
- 2.0.38
- 2.0.37
- 2.0.36
- 2.0.35
- 2.0.34
- 2.0.33
- 2.0.32
- 2.0.31
- 2.0.30
- 2.0.29
- 2.0.28
- 2.0.27
- 2.0.26
- 2.0.25
- 2.0.24
- 2.0.23
- 2.0.22
- 2.0.21
- 2.0.20
- 2.0.19
- 2.0.18
- 2.0.17
- 2.0.16
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.x-dev
- 1.2.26
- 1.2.25
- 1.2.24
- 1.2.23
- 1.2.22
- 1.2.21
- 1.2.20
- 1.2.19
- 1.2.18
- 1.2.17
- 1.2.16
- 1.2.15
- 1.2.14
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.0
- 1.1.27
- 1.1.26
- 1.1.25
- 1.1.24
- 1.1.23
- 1.1.22
- 1.1.21
- 1.1.20
- 1.1.19
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.0
This package is auto-updated.
Last update: 2024-10-30 11:11:37 UTC
README
A set of scripts and tools that will help you to update to the newer versions of Varbase.
Install with Composer
If you're using Varbase 8.6.2 or older, install varbase-updater through Composer.
composer require vardot/varbase-updater
If you're using Varbase 8.6.3 or newer, skip this step; varbase-updater comes pre-installed with your Varbase project.
Run the Updater
Updating Varbase is best done through Composer. We will assume that you have installed Varbase the recommended way through the Composer-based project template varbase-project.
This will create the Varbase project directory that will look like this: /path/to/YOUR_PROJECT
with the Drupal 8 codebase installed via Varbase installation profile in /path/to/YOUR_PROJECT/docroot
.
Follow the these commands to run the updater after you have installed it:
-
From a command prompt window, navigate to your project:
cd /path/to/YOUR_PROJECT
-
Run the Varbase update tool.
./bin/update-varbase.sh
-
Follow the wizard.
Lear more on this Varbase documentation site: https://docs.varbase.vardot.com/updating-varbase#option-1-automated-process-using-varbase-updater