monstra-cms / monstra

THIS PROJECT IS NOT SUPPORTED ANYMORE! Check FLEXTYPE.ORG
http://flextype.org
MIT License
396 stars 123 forks source link

Upgrade info #417

Open macron13 opened 8 years ago

macron13 commented 8 years ago

Please, update information about upgrade how-to. i don't know how to upgrade 3.0.1 to 3.0.4 without wipe data

ghost commented 8 years ago

1) Make sure you have a good backup of your web folder. 2) Download and extract the latest version of Monstra to your home folder. 3) Copy only these folders: /plugins/, /engine/, /admin/ to the web server 4) Add this code to the bottom of /.htaccess to allow search bots to see robots.txt

# Allow read files.
<Files robots.txt>
    Allow from all
</Files>

5) Check everything works on your website. If maybe you modified core files you can also check your backup for files modified after Monstra 3.0.4 relese date (2016-04-05).

Thanks to the forum for this answer: http://forum.monstra.org/topic/996/how-to-update-to-304/