HortusFox


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

Upgrade from 2.2 to 2.3

This document shows you how to upgrade HortusFox from 2.2 to 2.3.

General upgrade steps

The following files and folders have to be replaced:

/app
/public/css
/public/js

Version specific upgrade steps

The underlying framework was updated.

Update your dependencies

composer update

You can also upgrade the installer. Therefore update the following folder with all files

/public/installer

The docker files have been updated

.dockerignore
dockerfile
docker-compose.yml
docker-entrypoint.sh

The following files must be copied

/public/themes/*
/public/img/banner.jpg
/public/img/banner-icon.png
/public/img/banner-accessory.png

The AppModel related migration got a new column

chat_system BOOLEAN NOT NULL DEFAULT 1

The ChatMsgModel related migration got a new column

system BOOLEAN NOT NULL DEFAULT 0

The UserModel related migration got two new columns

theme VARCHAR(512) NULL
last_seen_sysmsg INT NULL