HortusFox documentation
This document shows you how to upgrade HortusFox from 3.2 to 3.3.
The following files and folders have to be replaced:
/app
/public/css
/public/js
The docker files have been updated
.dockerignore
dockerfile
docker-compose.yml
docker-entrypoint.sh
There were new tables and columns created. In order to upgrade, perform the following steps.
php asatru migrate:list
php asatru migrate:upgrade
The first commands adds all new tables and the second command alters existing tables to reflect the recent changes.
You can update your docker containers via the following command
docker-compose pull
docker-compose up -d