mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-16 06:13:47 +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/
|
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`:
|
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 {} +
|
find /var/www/cp/cache/* -type d -exec rm -rf {} +
|
||||||
```
|
```
|
||||||
|
|
||||||
|
2. Run `composer update` in each component directory.
|
||||||
|
|
||||||
## Step 7: Restart Services
|
## Step 7: Restart Services
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue