-
Notifications
You must be signed in to change notification settings - Fork 292
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
connection problem when migrating database from MariaDB(5.x) to MariaDB10 #917
Comments
In that (ancient) version of Baikal, the check for the database connection is commented out for whatever reason. Maybe you can add something like Baikal/Core/Frameworks/Flake/Framework.php Lines 279 to 291 in d223f2f
|
Thank you for the quick reply. With your answer I decided to first upgrade my baikal version before trying to fix the db connection issue. In my previous trials more than a year ago I didn’t succeed to upgrade to 0.4.6 But today I managed to upgrade to 0.5.3 successfully with mariaDB5 as DB server. I transferred the db to mariaDB10. For correct connection to mariaDB10 I had to change the PROJECT_DB_MYSQL_HOST in config.system.php from localhost to 127.0.0.1. From a short check and use with different clients it seems that everything is working like a charm now. Thank again.
Cheers
Mark
… Am 02.05.2020 um 23:39 schrieb H. Lehmann ***@***.***>:
In that (ancient) version of Baikal, the check for the database connection is commented out for whatever reason. Maybe you can add something like echo $e->getMessage(); there to learn more details about why it fails.
https://github.com/sabre-io/Baikal/blob/d223f2fa309e81df54d69c48bfb1962a0deb970a/Core/Frameworks/Flake/Framework.php#L279-L291 <https://github.com/sabre-io/Baikal/blob/d223f2fa309e81df54d69c48bfb1962a0deb970a/Core/Frameworks/Flake/Framework.php#L279-L291>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#917 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/APNIZVTHNBDCSJYJEF6T4HDRPSHHVANCNFSM4MXHCPZA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Baikal version: 0.2.6
Specific
folder to the new installationProblem:
On my Synology NAS I have migrated my Baikal database from MariaDB5 to MariaDB10. I can connecting with myphpAdmin to the MariaDB10 database and see all the tables belonging to Baikal. However if want to access the Baikal admin page a get the message:
I already changed the default Synology port number (3307) for MariaDB10 to the default MariaDB port number 3305 and my process information is showing this:
I don't know how to resolve the issue. Any idea is very appreciated.
The main reason to migrate to MariaDB10 is that I would like to upgrade to the newer Baikal 0.6.x version. But before that my actual version should run with MariaDB10.
Thanks to all who are doing a great job in continuosly developing Baikal.
Mark
The text was updated successfully, but these errors were encountered: