This document explains how to upgrade your Baïkal installation
- First thing, if you are using MySQL, backup your database. If you are using SQLite, your db file is in the
Specificfolder, backup this folder. - Rename your Baïkal root folder. For example from
/var/baikalto/var/baikal-old - Download and unzip baïkal to exact folder of your old installation:
/var/baikalin our example. - If working on SSH, apply correct ownership/permissions to files.
- For the ownership, you can refer to the old installation
baikal-old. Usels -l baikal-old/command to see the ownership (for exampleroot:www-data), and then set them withsudo chown -Rf root:www-data baikal - For the permissions, you can execute the following command:
sudo chmod -Rf 770 baikal
- For the ownership, you can refer to the old installation
- Replace the folder
baikal/Specific(the new one) bybaikal-old/Specific(the old one) (even for MySQL) - Using your browser, navigate to your baikal admin, the Upgrade wizard should start.
See TROUBLESHOOTING.md