Cultiv Hangfire with SqLite [Solved]
# help-with-umbraco
f
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
@Sebastiaan ? 🙂
s
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
Ask @Nurhak Kaya - he got it working for a client in the same database - although I'm not sure about with Sqlite though
f
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
Haha no worries! Figured it must be something like that, glad you found it! 👍
29 Views