Update upating_unit3d_version.md

This commit is contained in:
Eric Lay 2025-04-30 06:30:38 -05:00
parent ba2ca333e7
commit 927427f512
1 changed files with 6 additions and 3 deletions

View File

@ -28,11 +28,14 @@ cd /var/www/html
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]*
Fill in process for successful update steps here, migration y/n, and possibly another.
3.2 Run new migrations
3.3 Install new packages
3.4
## 4. Resume Site Functionality