HortusFox

HortusFox documentation


Project maintained by hortusfox Hosted on GitHub Pages — Theme by mattgraham

Upgrade from 3.5 to 3.6

This document shows you how to upgrade HortusFox from 3.5 to 3.6.

Upgrading via Docker

You can update your docker containers via the following command

docker-compose pull
docker-compose up -d

Manual upgrading

Manual upgrading can be done via the following steps

git pull
composer update
php asatru migrate:list
php asatru migrate:upgrade