-
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
bf24a50
commit e2099d7
Showing
2 changed files
with
27 additions
and
6 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,21 @@ | ||
## Upgrade from 3.8 to 3.9 | ||
|
||
This document shows you how to upgrade HortusFox from 3.8 to 3.9. | ||
|
||
## Upgrading via Docker | ||
|
||
You can update your docker containers via the following command | ||
```sh | ||
docker-compose pull | ||
docker-compose up -d | ||
``` | ||
|
||
## Manual upgrading | ||
|
||
Manual upgrading can be done via the following steps | ||
```sh | ||
git pull | ||
composer update | ||
php asatru migrate:list | ||
php asatru migrate:upgrade | ||
``` |
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