How to migrate from a previous version of Mezzanine to the latest?
83 views
Skip to first unread message
Matias Palomera
unread,
Jul 2, 2012, 2:09:46 PM7/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mezzani...@googlegroups.com
Hi, I would like to know how to migrate from a previous version of Mezzanine to the latest without losing anything of my previous configuration...
Thanks a lot!
Matias
Stephen McDonald
unread,
Jul 2, 2012, 4:24:18 PM7/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mezzani...@googlegroups.com
Upgrading won't touch your project in any way so you won't lose anything. You'll probably need to run the migrate command to perform any database migrations that have been added between versions. At best it'll just work, at worst you may need to make some changes to your settings module and templates. Give it a try and if something doesn't work, take a look at the history of the affected files on github for hints as to what you might need to change.