HortusFox documentation
This document shows you how to upgrade HortusFox from 2.5 to 3.0.
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.