X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=UPGRADE;h=d2cd365e55a9deb1e4bce5ed1acd339543994d8c;hb=1ae5ea8f4cf40113a14a183b754101177f99ba32;hp=e7b29c34dd33b58bea46514739a8038be4405cae;hpb=dceb67c247155777dba756cabe9114032053b9a1;p=quix0rs-gnu-social.git diff --git a/UPGRADE b/UPGRADE index e7b29c34dd..d2cd365e55 100644 --- a/UPGRADE +++ b/UPGRADE @@ -35,6 +35,16 @@ and follow this procedure: 5. Report any issues at https://bugz.foocorp.net/ (tag GNU social) +If you are using ssh keys to log in to your server, you can make this +procedure pretty painless (assuming you have automated backups already). +Make sure you "cd" into the correct directory (in this case "htdocs") +and use the correct login@hostname combo: + $ ssh social@domain.example 'cd htdocs + && bash scripts/stopdaemons.sh + && git pull + && time php scripts/upgrade.php + && bash scripts/startdaemons.sh' + StatusNet 1.1.x to GNU social 1.2.x -----------------------------------