Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cloudappliance/patches [2018_03_14 10:23] – [How To Apply a Patch] dan | cloudappliance:patches [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== How To Apply a Patch ====== | ||
| - | |||
| - | * Copy the patch file PATCH_FILE.tgz to the appliance using scp or any other tool | ||
| - | * ssh into the appliance as smeconfiguser | ||
| - | - su to root | ||
| - | |||
| - | '' | ||
| - | * cd to var/ | ||
| - | |||
| - | '' | ||
| - | * move the copied patch file to / | ||
| - | |||
| - | '' | ||
| - | * change the owner of the file to smestorage | ||
| - | |||
| - | '' | ||
| - | * su to smestorage | ||
| - | |||
| - | '' | ||
| - | * cd to patches | ||
| - | |||
| - | '' | ||
| - | * Apply the patch | ||
| - | |||
| - | '' | ||
| - | * Run any required Database migrations or schema updates php | ||
| - | |||
| - | '' | ||
| - | |||
| - | If you encounter any issues during these steps, please contact Support. | ||
| - | |||
| - | ===== To Roll Back a Patch ===== | ||
| - | |||
| - | * su to root | ||
| - | |||
| - | '' | ||
| - | * su to smestorage | ||
| - | |||
| - | '' | ||
| - | * cd to patches | ||
| - | |||
| - | '' | ||
| - | * Roll back the patch | ||
| - | |||
| - | '' | ||
| - | |||