-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading from 0.4.6 to newer version same as #810 #826
Comments
Do you use MySQL or SQLite? What tables does your database have? Could you please post your database schema? This can be dumped using the following command: |
I'm Using maraidb 10 on synology. I did updated the baikal server once before to 0.5.1 but then I received an error (can't remember what is was to long a go). The I reverted back to 0.4.6 I'm going try to make a database dump for you |
How did you revert? Restored a full backup or just replaced the installation with the older version's files? I have a feeling that this failed upgrade is responsible for the problems you face now. I have a dangerous idea what you could do. Please create a backup of the |
Okay I'm going to try that |
Thanks it is fxed! That did the trick |
Baikal version: 0.4.6 to 0.6.0
Specific
folder to the new installationProblem:
I Upgraded my baikal 0.4.6 on Synology with PHP 7.3 and apache 2.4 but I'm getting the same error as #810. (Sorry for creating a new issue couldn't reopen issue #810)
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'baikal.calendarinstances' doesn't exist in /volume1/web/baikal/Core/Frameworks/Flake/Core/Database.php:180 Stack trace: #0 /volume1/web/baikal/Core/Frameworks/Flake/Core/Database.php(180): PDO->query('SELECT count(*)...') #1 /volume1/web/baikal/Core/Frameworks/Flake/Core/Requester/Sql.php(202): Flake\Core\Database->query('SELECT count(*)...') #2 /volume1/web/baikal/Core/Frameworks/BaikalAdmin/Controller/Dashboard.php(48): Flake\Core\Requester\Sql->count() #3 /volume1/web/baikal/Core/Frameworks/Flake/Core/Render/Container.php(69): BaikalAdmin\Controller\Dashboard->render() #4 /volume1/web/baikal/Core/Frameworks/Flake/Controller/Page.php(85): Flake\Core\Render\Container->renderBlocks() #5 /volume1/web/baikal/html/admin/index.php(92): Flake\Controller\Page->render() #6 {main}
I've deleted every thing except the Specifc folder. Got the update screen (green button) after that I've got a screen said update successful start using admin page, and than I got this error message.
So I've tried next step by deleting everything incl. Specfic en reinstalled Baikal, configured as new. But still the error.
Any idea how to solve this?
The text was updated successfully, but these errors were encountered: