Currently BEdita has not an automatic system to upgrade from a version to another but you can follow the steps below to upgrade BEdita 3.1 to BEdita 3.2.
- backup your old BEdita installation
- remove the old version of BEdita and extract the new version in the same folder
- restore from your BEdita backup
bedita-app/config/database.php
- copy
bedita-app/config/core.php.sample
tobedita-app/config/core.php
- copy
bedita-app/config/bedita.cfg.php.sample
tobedita-app/config/bedita.cfg.php
and restore config vars beditaUrl, mediaUrl, mediaRoot from bedita.sys.php and any other configurations you did in old bedita.cfg.php. You can edit some of these configurations through the Admin module. - make sure that
bedita-app/tmp
(and subfolders) and mediaRoot are writable by web server - check if these two files exist:
bedita-app/config/sql/upgrade/0.3.1-to-3.2-data.sql
bedita-app/config/sql/upgrade/1.3.1-to3.2-schema.sql
- restore your frontends in
frontends
folder and follow the migration guide to make your frontends compatible with BEdita 3.2