Configure Elsa 3 migration to SQL Server #5706
Replies: 2 comments 1 reply
-
To configure Elsa to use SQL Server for persistence in Elsa 3.1.3, you will need to install the appropriate NuGet packages and configure your application accordingly. Here are the steps you should follow:
By following these steps and using the provided commands, you should be able to set up Elsa to use SQL Server for persistence in your application with Elsa 3.1.3. This comment was generated by Glime. |
Beta Was this translation helpful? Give feedback.
-
In 3.5.0 if you configure Identify, Runtime, and Management to use EF Core, there appear to be different DbContexts for each and you have to specify these when running the dotnet EF commands in Visual Studio CLI or Powershell. To get migrations working in a custom project using Elsa I therefore had to run these commands:
Luckily there is only one shared Migration Table and you probably only have to run these one time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to configure Elsa to use SQL Server and perform the migration. Then tell me what packages to install for Elsa 3.1.3?
Beta Was this translation helpful? Give feedback.
All reactions