Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 904 Bytes

3.4to3.5.md

File metadata and controls

44 lines (34 loc) · 904 Bytes

Upgrade from 3.4 to 3.5

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

Upgrading via Docker

You can update your docker containers via the following command

docker-compose pull
docker-compose up -d

Manual upgrading

General upgrade steps

The following files and folders have to be replaced:

/app
/public/css
/public/js

Version specific upgrade steps

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 also upgrade the installer. Therefore update the following folder with all files

/public/installer