Difference between revisions of "Updating"

From Anarchaserver
Line 5: Line 5:
____________________________
____________________________


BACKUP


Backup mysql datbases
Backup mysql datbases


<code>mysqldump --all-databases -u root -p (password)</code>
<code>mysqldump --all-databases -u root -p (password) > </code>


<code>
sudo mysqldump --all-databases -u root -p (password) > /home/ooooo/backup/livingdata/database/zoiahorn1.sql </code>




Updating the networked sites of Wordpress could be don by the graphical user interface (sftp) or via the commandline.
 
UPDATE
 
Updating the networked sites of Wordpress could be done 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.



Revision as of 18:54, 23 May 2017

How to keep things up to date in Our Living Sites?!

____________________________ ~Before updating! BACKUPING ~ ____________________________

BACKUP

Backup mysql datbases

mysqldump --all-databases -u root -p (password) >

sudo mysqldump --all-databases -u root -p (password) > /home/ooooo/backup/livingdata/database/zoiahorn1.sql


UPDATE

Updating the networked sites of Wordpress could be done 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.

Sftp: 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/