OpenCATS
OpenCATS copied to clipboard
upgrade to 0.9.6 doesn't create new database
see https://forums.opencats.org/viewtopic.php?f=4&t=1724
see here https://github.com/opencats/OpenCATS/commits/c68de3a312bebc9b3c230d8107eb671a3157f93d/modules/install/Schema.php
should already be present https://github.com/opencats/OpenCATS/blob/2764566bcb37ebde9e87f9106e9defed3d7d7c0c/db/upgrade-0.9.4-0.9.5.sql
Version 0.9.6 still has issue with empty candidate lists even after "upgrade" with "installation wizard"
Manual upgrade:
- Just in case backup your current database
("cats_dev" is a database name)
sudo mysqldump -u root cats_dev > cats_dev__backup.sql - Upgrade your current database using a file mentioned above
sudo mysql -u root cats_dev < /var/www/html/opencats/db/upgrade-0.9.4-0.9.5.sql
try selecting traditional instead of sql from the drop-down menu when your dumping a sql data.