vardot / varbase-updater
A set of scripts and tools that will help you to update to the newer versions of Varbase.
Package info
github.com/Vardot/varbase-updater
Type:composer-plugin
pkg:composer/vardot/varbase-updater
Requires
- composer-plugin-api: ~2.0
- symfony/yaml: ~3.0 || ~4.0 || ~5.0 || ~6.0
This package is auto-updated.
Last update: 2026-06-17 13:09:54 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