Looks simple enough, I'll raise the priority on that then..

Thanks

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Rogers
Sent: 06 August 2007 19:35
To: Peterborough LUG - No commercial posts
Subject: Re: [Peterboro] PLUG website

Dave Brown wrote:
> Hi Mark, Just wondering is the upgrade pretty straightforward ?  I have a
> site running 1.0.12 but haven’t yet updated, waiting until I have enough
> time in case it all goes wrong.....
>   

All I did (with appropriate substitutions for bits in [square brackets] was:
    # download update to home dir
    cd ~
    wget
http://joomlacode.org/gf/download/frsrelease/5097/13407/Joomla_1.0.12_to_1.0
.13-Stable-Patch_Package.tar.bz2
    cd [site root]
    # backup old site to file in home dir
    tar -cjvf ~/sitebackup-2007-08-06.tar.bz2 *
    # backup database
    mysqldump -u[db user] -p [db name] > ~/dbbackup-2007-08-06.sql
    # install update
    tar -jxvf ~/Joomla_1.0.12_to_1.0.13-Stable-Patch_Package.tar.bz2

Note that I haven't done a lot of testing on the site, so I'm relying on
people telling me if its broken. We also didn't have a lot of plugins
installed to make it harder. No warranty supplied with the instructions!!!

-- 
Mark Rogers // More Solutions Ltd (Peterborough Office) // 0845 45 89 555
Registered in England (0456 0902) at 13 Clarke Rd, Milton Keynes, MK1 1LG 


_______________________________________________
Peterboro mailing list
[email protected]
https://mailman.lug.org.uk/mailman/listinfo/peterboro

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.4/935 - Release Date: 03/08/2007
17:46
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.4/935 - Release Date: 03/08/2007
17:46
 


_______________________________________________
Peterboro mailing list
[email protected]
https://mailman.lug.org.uk/mailman/listinfo/peterboro

Reply via email to