forked from RKeaves/upating_unit3d_version
Update upating_unit3d_version.md
This commit is contained in:
parent
ba2ca333e7
commit
927427f512
|
@ -28,11 +28,14 @@ cd /var/www/html
|
||||||
php artisan git:update 2>&1 | tee ~/tempBackup/updateLogs.txt
|
php artisan git:update 2>&1 | tee ~/tempBackup/updateLogs.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
During the update, UNIT3D prompts for action on file differences. It is suggested to accept the updated files. After the update, review `~/tempBackup/updateLogs.txt` for conflicts. Any modifications will need to be re-implemented with the new code.
|
3.1 UNIT3D fetches the new code and prompts for action on file conflicts. It is suggested to accept the updated files. After the update, review `~/tempBackup/updateLogs.txt` for conflicts. Any modifications will need to be re-implemented with the new code.
|
||||||
|
|
||||||
|
|
||||||
### *[PLACEHOLDER]*
|
3.2 Run new migrations
|
||||||
Fill in process for successful update steps here, migration y/n, and possibly another.
|
|
||||||
|
3.3 Install new packages
|
||||||
|
|
||||||
|
3.4
|
||||||
|
|
||||||
## 4. Resume Site Functionality
|
## 4. Resume Site Functionality
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue