Page 1 of 1
spartacus autoupdate for blog update
Posted: Mon Jul 08, 2013 7:45 am
by monkeymuppet
Hi,
Looking to upgrade from 1.5.X to 1.7.0+git (for the various fixes). The instructions indicate that plugins, etc should be updated to latest versions before I update Serendipity. I have one hell of a lot of blogs to update (900+

) and am wondering what I can do to automate the plugin update so that I can do it from the command line without issue. The upgrade instructions available at
http://www.s9y.org/37.html don't mention this (unless I am blind).
Have I missed something obvious? Things have been running so smoothly... Would prefer not to have to do it by hand.
Thanks.
Re: spartacus autoupdate for blog update
Posted: Mon Jul 08, 2013 9:42 am
by garvinhicking
Hi!
Usually you only need to update the plugin files. You can use a github checkout of the repository files from the command line, and simply deploy the upgraded files to each host. The plugins themself upon page load will execute possible database upgrades, so there's no other task to perform (unlike with the s9y upgrade itself, there you have to always call the upgrader of s9y via a http request).
HTH,
Garvin
Re: spartacus autoupdate for blog update
Posted: Mon Jul 08, 2013 10:01 am
by Timbalu
900+ Blogs...! Is that Goethe?
If you get that to work from command line rsyncing between git additional_plugins/core and each of this remote (or local) Serendipity installations, please paste that snipped here.
Re: spartacus autoupdate for blog update
Posted: Wed Jul 10, 2013 2:57 am
by monkeymuppet
garvinhicking wrote:Usually you only need to update the plugin files. You can use a github checkout of the repository files from the command line, and simply deploy the upgraded files to each host. The plugins themself upon page load will execute possible database upgrades, so there's no other task to perform (unlike with the s9y upgrade itself, there you have to always call the upgrader of s9y via a http request).
Thanks for that. This sounds like a fundamentally thrilling ride. I shall have many a pair of underpants as backup ready and waiting as I do the upgrades. Thank you.
Whee!
MM.
Re: spartacus autoupdate for blog update
Posted: Wed Jul 10, 2013 3:03 am
by monkeymuppet
Timbalu wrote:900+ Blogs...! Is that Goethe?

Nope.
If you get that to work from command line rsyncing between git additional_plugins/core and each of this remote (or local) Serendipity installations, please paste that snipped here.
I'll see what I can do.
MM.