Merge pull request #241 from ThisIsSet-L/patch-1

Update upgrading.md
This commit is contained in:
Jakob 2020-09-01 16:06:00 +02:00 committed by GitHub
commit 0d877e66e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,8 @@ Upgrading the Panel is a relatively simple process. Below you will find a list o
the upgrade process for each version of the software. the upgrade process for each version of the software.
## Maintenance Mode ## Maintenance Mode
Whenever you are performing an upgrade you should be sure to place your Panel into maintenance mode. This will prevent Whenever you are performing an upgrade, you should be sure to place your Panel into "maintenance mode". This will prevent
users from encountering unexpected errors and ensure everything can be upgraded before users being encountering users from encountering unexpected errors, and ensure everything can be upgraded before users encounter potentially new features.
potentially new features.
``` bash ``` bash
# Put the Panel into maintenance mode and deny user access # Put the Panel into maintenance mode and deny user access
@ -16,7 +15,7 @@ php artisan up
``` ```
## Restarting Queue Workers ## Restarting Queue Workers
After _every_ update you should restart the queue worker to ensure that the new code is loaded in and used. After _every_ update, you should restart the queue worker to ensure that the new code is being loaded in and used.
``` bash ``` bash
php artisan queue:restart php artisan queue:restart