-
Hello, To give you an understanding of what my situation is, here are some deatils: Goal: Approach: Issue: What I tried: 1: While firefly seems to run normally on the old server, after the database upgrade from 10.4 to 11.4, the database container logs are full of messages saying:
So I am not sure if everything is in order. 2.: When restoring a backup of the upgraded database version (11.4) on the new server, the database still fails to start correctly.
To be safe, I discarded the installation on the new server and went back to a snapshot on the old server from before the db-upgrade.
I would be very happy for any ideas on how to proceed. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
So, after I managed to solve the issue on my own, I wanted to post my solution in case anyone else stumbles across the same problem. The main issue was a very outdated database (10.4.15) and incompatibilities to newer DB engine versions due to structual changes that came with version upgrades of mariaDB. So, thats what I did:
|
Beta Was this translation helpful? Give feedback.
-
Hi Stylefix, thanks for sharing your answer! I hope others will be able to learn from it. |
Beta Was this translation helpful? Give feedback.
-
I couldn’t start version 11.x when the database was version 10.x. I believe I’ve made it a bit easier by doing the following:
Now, I’m using the |
Beta Was this translation helpful? Give feedback.
So, after I managed to solve the issue on my own, I wanted to post my solution in case anyone else stumbles across the same problem.
The main issue was a very outdated database (10.4.15) and incompatibilities to newer DB engine versions due to structual changes that came with version upgrades of mariaDB.
So, thats what I did: