mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 21:05:59 -06:00
Composer update _before_ self upgrade
This commit is contained in:
parent
057b8e2719
commit
2791177505
@ -60,7 +60,8 @@ in this upgrade documentation.
|
|||||||
**Note:** You must have `php-posix` extension for the self-upgrade to detect file ownership.
|
**Note:** You must have `php-posix` extension for the self-upgrade to detect file ownership.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /var/www/pterodactyl && php artisan p:upgrade
|
cd /var/www/pterodactyl
|
||||||
|
composer install --optimize-autoloaded --no-dev && php artisan p:upgrade
|
||||||
```
|
```
|
||||||
|
|
||||||
[Final Step: Upgrade Wings](/wings/1.0/upgrading.md)
|
[Final Step: Upgrade Wings](/wings/1.0/upgrading.md)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user