From 927427f51253dfd41e85059a0aaeae9bb366b745 Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Wed, 30 Apr 2025 06:30:38 -0500 Subject: [PATCH] Update upating_unit3d_version.md --- upating_unit3d_version.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/upating_unit3d_version.md b/upating_unit3d_version.md index 296107b..a324e4e 100644 --- a/upating_unit3d_version.md +++ b/upating_unit3d_version.md @@ -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