Skip to content

Issues with firefly-iii database after backup restore / upgrade (Docker) #10277

Answered by Styleflix
Styleflix asked this question in Q&A
Discussion options

You must be logged in to vote

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:

  • (stop the docker containers on the old server)
  • (make a volume backup of the containers and transfer them to the new server)
  • modify the docker compose file to manually use the oldest avaliable version of yobasystems/alpine-mariadb (10.6.11)
  • start all firefly containers and stop them again
  • (restore the docker volumes)
  • only start the DB container
  • manually login to the …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Styleflix
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants