YIKES! Following the instructions for installing the Gallery extension I did the following:
cd vendor/extensions git clone git://github.com/pilu/radiant-gallery.git gallery and got a message that git-clone would not overwrite an existing directory (a good thing!). So I ran this instead: git clone git://github.com/pilu/radiant-gallery.git gallery2 creating a new directory, gallery2, and the whole website stopped functioning with a "server temporarily busy" message. Restarted LiteSpeed - no change. No errors in the LiteSpeed logs. Moved the new gallery2 dir out of the way, restarted LiteSpeed and everything back to normal. Whew! Thinking it was permissions problems on gallery2, I changed them all to match the working gallery. Moved gallery2 back into vendor/extensions and same thing all over again. I'm stuck now, unsure of how to upgrade. But I suspect something like: disable current gallery from the main admin page move gallery dir out of vendor/extensions move gallery2 into vendor/extensions and rename to gallery run the rake install task restart LiteSpeed Anyone successfully upgraded? What did you do, am I on the right track? On Mon, May 5, 2008 at 12:40 PM, Andrea Franz <[EMAIL PROTECTED]> wrote: > > On Mon, May 5, 2008 at 6:17 PM, Marshal Linfoot <[EMAIL PROTECTED]> wrote: > > > I'm currently using Andrea Franz's amazing Gallery extension, version > > 0.7.6, and would like to upgrade to his latest 0.7.10 version. Would I > > use the same procedure as installing it the first time or is there a > > different upgrade procedure? I don't want to lose the existing > > galleries... > > > > Thanks for any pointers. > > > You can launch the radiant:extensions:gallery:install task. > This will trigger the migrations and it will upgrade the public files > without deleting anything from the db. > > -- > Andrea Franz > http://gravityblast.com - http://nimboo.net > _______________________________________________ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > -- marshal _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
