Quest SSH: Difference between revisions
Jump to navigation
Jump to search
(Created page with "#SSH / FTP insurance.questdiagnostics.com (LIVE AND STAGING)") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
==SSH / FTP insurance.questdiagnostics.com (LIVE AND STAGING)== | |||
# Take note of all plugins that need updating and download them manually from WP | |||
# Upload to server via FTP | |||
## Login to FTP and create a folder with (yyyymmdd) | |||
## Upload the uncompressed plugins to the folder | |||
# Login via SSH to the server ( ssh username@ipaddress ) | |||
## go to the root directory ( cd / ) | |||
## start with staging var/www (you will see live and staging folders here) | |||
## go to the specific plugin folder that needs updating and delete the content (sudo rm -rf *) | |||
## copy the files from the uploaded folder to the current (sudo cp -r ~/yyyymmdd/plugin-name/* ./ ) | |||
## Check to make sure the plugin updated on the current site and repeat for next plugin |
Latest revision as of 11:18, 17 January 2025
SSH / FTP insurance.questdiagnostics.com (LIVE AND STAGING)[edit]
- Take note of all plugins that need updating and download them manually from WP
- Upload to server via FTP
- Login to FTP and create a folder with (yyyymmdd)
- Upload the uncompressed plugins to the folder
- Login via SSH to the server ( ssh username@ipaddress )
- go to the root directory ( cd / )
- start with staging var/www (you will see live and staging folders here)
- go to the specific plugin folder that needs updating and delete the content (sudo rm -rf *)
- copy the files from the uploaded folder to the current (sudo cp -r ~/yyyymmdd/plugin-name/* ./ )
- Check to make sure the plugin updated on the current site and repeat for next plugin