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?!


Via the graphical use interface of the different services or via the commandline  
Via the graphical use interface (sftp) of the service or via the commandline  
(the virtual machine) access?  
(the virtual machine) access? Activating ssh by sftp (ssl) means granting 'user' access to root folder to change directories.
 
Activating ssh by sftp (ssl)
 
Decision: granting user access to root folder to change directories


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


Or the hybrid of a commandline interface in Wordpress:
An option could also be the hybrid: a commandline interface in Wordpress:
http://wp-cli.org/
http://wp-cli.org/


____________________________
____________________________
Before updating! BACKUPING ~
~Before updating! BACKUPING ~
____________________________
____________________________


Backup mysql datbases
Backup mysql datbases


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

Revision as of 03:50, 19 August 2016

How to keep things up to date?!

Via the graphical use interface (sftp) of the service or via the commandline (the virtual machine) access? Activating ssh by sftp (ssl) means granting 'user' access to root folder to change directories.

Guidelines: https://devtidbits.com/2011/06/29/implement-a-sftp-service-for-ubuntudebian-with-a-chrooted-isolated-file-directory/

An option could also be the hybrid: a commandline interface in Wordpress: http://wp-cli.org/

____________________________ ~Before updating! BACKUPING ~ ____________________________


Backup mysql datbases

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