Skip to content

After Upgrade 6.2.5 -> 6.2.6, Piggy Banks (and therefore also creating new transactions) fails with a database error #9838

Closed Answered by werdck
werdck asked this question in Q&A
Discussion options

You must be logged in to vote

Restoring from a backup helped, with extra steps:

  1. docker compose down
  2. docker run --rm -v "firefly-iii_firefly_iii_db-res:/temp" -v "/opt/docker/firefly-iii:/backup" ubuntu sleep infinity
  3. [new Shell] docker exec -it bash
  4. rm -rf /temp/* /temp/.*
  5. cd /temp && tar xvf /backup/2025-02-14_firefly-iii-db-1.bakz
  6. exit
  7. docker stop
  8. docker compose up -d

Doing the restore without deleting first did not work, failing with an "Read only filesystem" error

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JC5
Comment options

JC5 Feb 15, 2025
Maintainer

Answer selected by werdck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants