I'm trying to get Cultiv Hangfire working with SqLite.
I added the connectionstring and now I see the dashboards. I don't see my tasks and it seems Hangfire created new database files in the root of my project instead of using the Umbraco connectionstring.
I'm running Umbraco V10 and Cultiv Hangfire v3.1.2 on a M2 Mac
It is running fine in production.
Has anyone gotten it to run?
o
Owain
07/04/2024, 8:56 AM
@Sebastiaan ? 🙂
s
Sebastiaan
07/04/2024, 9:31 AM
On holiday! ⛺
It's correct that a new db gets created. Don't have a Mac to try it on. But .. V10 is 'end of support', might help to upgrades to v13. 🤷
But never seen everything work, except tasks not showing up, usually if it doesn't work, there will be clear errors.
a
Andrew McKaskill
07/05/2024, 9:53 AM
Ask @Nurhak Kaya - he got it working for a client in the same database - although I'm not sure about with Sqlite though
f
Frans de Jong
07/09/2024, 7:59 AM
I was focussing to much on the new DB being created.
A colleague of mine had a check in code that prevented hangfire to me initialized because of issues with SqLite in previous versions.
It now works fine.
Sorry for waking you up in your holliday Sebastiaan.
s
Sebastiaan
07/09/2024, 8:11 AM
Haha no worries! Figured it must be something like that, glad you found it! 👍