-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6263057
commit 01dfb20
Showing
2 changed files
with
34 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## Upgrade from 3.3 to 3.4 | ||
|
||
This document shows you how to upgrade HortusFox from 3.3 to 3.4. | ||
|
||
## 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. | ||
```sh | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters