Changing storage provider from SQL Server to Redis

We initially setup Hangfire to use SQL Server but we have decided to move it to Redis. Hangfire is widely used by our applications and we didn’t know if there was any existing support to migrate jobs from SQL Server to Redis. Our current plan is to allow one instance of our application to finish processing the jobs in SQL Server (about 2 weeks worth) and everything new will go to Redis. But, it would be nice if I could just move them all an make a clean switch.

1 Like

This is a good and reasonable question, did you just run 2 version until the jobs completed or is there way?

We ran two versions. It must have worked out fine because I forgot that we had that issue. We haven’t had any issues with Redis either.

1 Like