%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/11585/cwd/html/old/administrator/components/com_kunena/install/sql/updates/mysql/ |
Upload File : |
# Kunena database schema updates for MySQL This directory contains files that are used to update Kunena database schema from older versions towards the latest version of Kunena. Upgrade procedure supports all previous Kunena releases, including all internal development versions. Also data migration from FireBoard is fully supported (from 0.9 to 1.0.5). Database migrations from Frenzy!Board may also work, but are not tested. ## Automatic upgrade during installation When new version of Kunena is installed to your Joomla! site, installer detects if the database contains an older version of Kunena or FireBoard. If older version was found, installer detects the installed version and performs all the nessessary steps to upgrade the database for you. Data migration from older versions may take several minutes or even few hours in very large sites, resulting a fully working forum running the latest version of Kunena. WARNING: If you have modified version of Kunena database, automatic installation may fail because of the database doesn't match to the assumed structure. In many cases the installer will be able to fix the issues just by running it the second time. If automatic installation fails, you still have option to do manual database update. Manual update may also be nessessary in very large forums with millions of posts. ## How the installation works? Database update contains two parts: structural schema updates and content updates. Both of them are run in sequel, starting from the installed version and moving version by version towards the latest one. For each version all the schema updates are run first following with the nessessary content updates (both SQL and PHP code). To make data migration faster, some tasks like recounting topics and posts are left to the final step of installation. In short: Installing Kunena 3.0 into site which contains Kunena 1.0 database does the same as installing all the versions one by one.