Quest SSH
Jump to navigation
Jump to search
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