Update from 0.93 to 1.0

edited April 2013 in Installation
How do you easiest go about and update an installation from 0.93 to 1.0?

Thanks for your time!

Comments

  • edited 8:06AM
    The quickest way would be to use git to merge the latest Fuel 1.0 branch (https://github.com/daylightstudio/FUEL-CMS/tree/1.0) on github & run the fuel_1.0_schema_changes.sql in fuel/install/upgrades on your database. If you're using the Fuel Blog it gets a little bit tricky in that you'll need to copy in the latest Fuel Blog (https://github.com/daylightstudio/FUEL-CMS-Blog-Module) since it's no longer part of the Fuel repo, run the blog schema update, and manually migrate the blog posts to comments relationships table data to the Fuel relationships table. There is another method to accomplish this with Fuel migrations that can help with this process. Have you ever done a CodeIgniter migration?
  • edited 8:06AM
    First part was quite simple, though bit trickier to migrate the blog posts as the tables changed a bit more.

    Fuel migrations?

    No, I haven't done a Codeigniter migration.

    Cheers!
Sign In or Register to comment.