mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -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.
|
||||
|
||||
```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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user