GetSimple Support Forum
how to update system with new version - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: how to update system with new version (/showthread.php?tid=41)



how to update system with new version - umefarooq - 2009-08-09

hi just replace version 1.3 admin and index.php file with version 1.4 is it save to do such thing to update the system or i have to install it again as fresh.


how to update system with new version - ccagle8 - 2009-08-09

You should overwrite all files with what is in the zip file. If needed, the site will direct you to an update page. In this update case there isn't one.


how to update system with new version - eddyfever - 2009-08-10

But then it also overwrites the data and theme map, i don't think thats good.


how to update system with new version - badcat - 2009-08-10

eddyfever Wrote:But then it also overwrites the data and theme map, i don't think thats good.
I agree - I've only been replacing the admin folder. But I'd noticed that there were a few changed .htaccess files which I've also used.

On the same topic, I'd also suggested adding "deny" to the htaccess for the backup/zips folder, anyone agree? or should it really be "allow"?


how to update system with new version - ccagle8 - 2009-08-10

deny should be on the zips folder... good catch, I must have missed it.

Copying all the files and folders over shouldn't overwrite any files. (just as long as you don't delete everything off your server beforehand)

The /data/ and /backups/ folders are empty in the zip download, so it shouldn't get rid of any files, just overwrites them if they are there.

I upgrade this way - are there other FTP clients and/or hosts that you've seen behave differently? i.e. deleting the files and themes?


how to update system with new version - badcat - 2009-08-10

ccagle8 Wrote:I upgrade this way - are there other FTP clients and/or hosts that you've seen behave differently? i.e. deleting the files and themes?
Transmit (Mac FTP client) has an option to overwrite or merge. Either way, I'd suggest telling folks to only overwrite the admin folder (unless there's really something else that needs to be updated - perhaps index.php?) but it seems like "theme", "backups" and "data" should never be overwritten on an upgrade IMO.


how to update system with new version - ccagle8 - 2009-08-10

ah, I didn't realize certain FTP clients worked that way. I will update the documentation to reflect this. Thanks!