-
Hi, Is there a way to debug this or get it running somehow? I have downgraded to 2.9.2 and it's now running without starting any other migration. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
What database are you using? |
Beta Was this translation helpful? Give feedback.
And how many entries do you have in your heartbeats table? As already mentioned in the code, the migration is implemented in a super inefficient way where it iterates through every single heartbeat one by one. So depending on the data volume, it might well take a couple of hours. I can't think of a way where the migration gets "stuck" in idle. To see if the migration is still running, you could check the active database queries like so:
MySQL
Postgres
I'd probably just let it run overnight. Sorry for that.