Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cloudappliance/patches [2018_03_14 10:23] – [How To Apply a Patch] dancloudappliance/patches [2020_10_08 09:07] dan
Line 1: Line 1:
 ====== How To Apply a Patch ====== ====== How To Apply a Patch ======
 +== last updated on Oct. 8, 2020 ==
 +
 +<WRAP center round info 100%>
 +See [[cloudappliance/patchingbp|this page]] for patching best practices.
 +</WRAP>
  
   * Copy the patch file PATCH_FILE.tgz to the appliance using scp or any other tool   * Copy the patch file PATCH_FILE.tgz to the appliance using scp or any other tool
Line 24: Line 29:
  
 ''./patch -patch PATCH_FILE.tgz'' ''./patch -patch PATCH_FILE.tgz''
-    * Run any required Database migrations or schema updates php  
- 
-''php ../upgrade/dbupgrade.php'' 
  
 If you encounter any issues during these steps, please contact Support. If you encounter any issues during these steps, please contact Support.