CI Upgrading

edited June 2016 in Modules
How is the core CI components in fuel/codeigniter upgraded? Do we just overwrite them or is there a way to do it like when installing modules?
-asking for future reference

Comments

  • edited 2:08PM
    We normally use Git to handle the upgrading by pulling in the desired remote FUEL branch usually into a local "upgrade" branch. This allows us to fix any sort of merge conflicts that may happen in the fuel/application directory (to configs, views, etc). Then if there are SQL updates in the fuel/install/upgrades folder, we run those.
Sign In or Register to comment.