Difference between revisions of "Updating"
From Anarchaserver
Line 1: | Line 1: | ||
How to keep things up to date?! | How to keep things up to date in Our Living Sites?! | ||
____________________________ | ____________________________ | ||
Line 13: | Line 12: | ||
Updating the networked sites of Wordpress could be don by the graphical user interface (sftp) or via the commandline. | |||
(the virtual machine) access? Activating ssh by sftp (ssl) means granting 'user' access to root folder to change directories. | (the virtual machine) access? Activating ssh by sftp (ssl) means granting 'user' access to root folder to change directories. | ||
Sftp: | |||
https://devtidbits.com/2011/06/29/implement-a-sftp-service-for-ubuntudebian-with-a-chrooted-isolated-file-directory/ | https://devtidbits.com/2011/06/29/implement-a-sftp-service-for-ubuntudebian-with-a-chrooted-isolated-file-directory/ | ||
Commandline interface in Wordpress: | |||
http://wp-cli.org/ | http://wp-cli.org/ |
Revision as of 03:52, 19 August 2016
How to keep things up to date in Our Living Sites?!
____________________________ ~Before updating! BACKUPING ~ ____________________________
Backup mysql datbases
mysqldump --all-databases -u root -p (password)
Updating the networked sites of Wordpress could be don by the graphical user interface (sftp) or via the commandline. (the virtual machine) access? Activating ssh by sftp (ssl) means granting 'user' access to root folder to change directories.
Commandline interface in Wordpress: http://wp-cli.org/