Hello,
I have a problem in a 0.9.6 installation. My guess is that the response in the forums will be that I first have to upgrade to the latest version. But I do not really want to go into all the trouble of the full upgrade just for this problem.
Isn’t there a faster way to upgrade from 0.9.6 to 0.9.6.1, like copying only the files in the /manager directory?
If there are no database changes, why can’t I just copy a bunch of PHP files (like only /manager directory) and leave the rest untouched?
Thanks for your answers.
Bert Catsburg
-
MODX Staff
- 12,272 Posts
I don’t believe that there were changes, and copying should work, but it’s definitely not a supported method of upgrading. (And by my having posted this means it’s completely wrong of course.) Regardless, the slow part of upgrades honestly is the copying of files.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
-
☆ A M B ☆
- 24,524 Posts
You should always run the installer in upgrade mode after any major file system changes, at least in part because of the need to update the cache files. I also always update modules and plugins, although never snippets since they may have changed their parameter usage and would break any snippet calls in my pages and templates. I update snippets one at a time manually later.
Ok, thanks everybody for the replies.
After investigating the upgrade process I concluded that is indeed best to follow the official paths.