Dear Verbasers,

I've a system based on version 8.7.1 and I want to update it to the latest stable version of branch 8.7 that is 8.7.4.
The automatic updating tool gives me the newest version that is 8.8.1.

How to update to a specific version using VU tool?

Regards,
Adam Pietrzykowski

Comments

eresanto created an issue. See original summary.

Rajab Natshah’s picture

Thanks Adam for asking!

Varbase Updater is an upgrading tool, you could call it Varbase Upgrader, which helps mostly when you want to upgrade
For Example from Varbase 8.7.* to 8.8.*

If you want to keep working with Drupal 8.7.* you could do a basic
composer update

Our recommendation is to update to latest Varbase 8.8.1 version with Drupal core 8.8.1

Rajab Natshah’s picture

Vardot/varbase-updater 1.1.24 was released
https://github.com/Vardot/varbase-updater/releases/tag/1.1.24

Full tested Varbase updater for all Varbase versions

#==============================================================================#
# Full test update all varbase 8.8.x to the latest
#==============================================================================#-
# But we recommend to use the basic composer update 
# ------------------------------------------------------------------------------
# Run 1 time.
# From 8.8.* to 8.8.latest
# ------------------------------------------------------------------------------

#==============================================================================#
# Full test update all varbase 8.7.x to the latest
#==============================================================================#
# Run 1 time.
# From 8.7.* to 8.8.latest 
# ------------------------------------------------------------------------------

#==============================================================================#
# Full test update all varbase 8.6.x to the latest
#==============================================================================#
# Run 3 times. one from 8.6.* to 8.6.12
# From 8.6.* to 8.6.12
# From 8.6.12 to 8.7.0
# From 8.7.* to 8.8.1
# ------------------------------------------------------------------------------

#==============================================================================#
# Full test update all varbase 8.5.x to the latest
#==============================================================================#
# Run 5 times.
# From 8.5.* to 8.5.5
# From 8.5.5 to 8.6.3
# From 8.6.3 to 8.6.12
# From 8.6.12 to 8.7.0
# From 8.7.* to 8.8.1
# ------------------------------------------------------------------------------

#==============================================================================#
# Full test update all varbase 8.4.x to the latest
#==============================================================================#
# Run 5 times.
# From 8.4.* to 8.4.28
# From 8.4.28 to 8.6.3
# From 8.6.3 to 8.6.12
# From 8.6.12 to 8.7.0
# From 8.7.* to 8.8.1
# ------------------------------------------------------------------------------
Rajab Natshah’s picture

Status: Active » Fixed
Rajab Natshah’s picture

Status: Fixed » Closed (fixed)
eresanto’s picture

Thank you Rajab for your immediate response!

I'll upgrade my system to the latest release as you suggested.

Regards,
Adam Pietrzykowski