Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 395 Bytes

3.8to3.9.md

File metadata and controls

21 lines (16 loc) · 395 Bytes

Upgrade from 3.8 to 3.9

This document shows you how to upgrade HortusFox from 3.8 to 3.9.

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