mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 09:11:29 +02:00
Update upgrade.md
This commit is contained in:
parent
b719b70953
commit
68363634f6
1 changed files with 3 additions and 1 deletions
|
@ -86,7 +86,7 @@ cp -r /opt/upgrade/* /opt/registry/
|
|||
cp -r /opt/upgrade/web/* /var/www/
|
||||
```
|
||||
|
||||
## Step 6: Delete Panel Cache
|
||||
## Step 6: Delete Panel Cache and Update Composer
|
||||
|
||||
1. Delete All Folders in `/var/www/cp/cache`:
|
||||
|
||||
|
@ -94,6 +94,8 @@ cp -r /opt/upgrade/web/* /var/www/
|
|||
find /var/www/cp/cache/* -type d -exec rm -rf {} +
|
||||
```
|
||||
|
||||
2. Run `composer update` in each component directory.
|
||||
|
||||
## Step 7: Restart Services
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue