The latest 5 version which pulls in version 5.0.4 of firebird makes our main init script to build our database go from around 33 seconds to run, to almost 10 minutes.
If I change our compose.yaml to
db:
image: firebirdsql/firebird@sha256:93458e3fb7023bfc4cd6cf855b05e373338ce56d1ffd13e05e883e7ad42e7136
Then it takes around 33 sconds to run through the scripts
when it is
db:
image: firebirdsql/firebird:5
It takes close to 10 minutes
I also tried 5-bookworm to see if it was the change to trixie that made the difference, but it also took the 10 minutes.
Is there any other debugging I can do to try to track down this issue?
The latest 5 version which pulls in version 5.0.4 of firebird makes our main init script to build our database go from around 33 seconds to run, to almost 10 minutes.
If I change our compose.yaml to
Then it takes around 33 sconds to run through the scripts
when it is
It takes close to 10 minutes
I also tried 5-bookworm to see if it was the change to trixie that made the difference, but it also took the 10 minutes.
Is there any other debugging I can do to try to track down this issue?