Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] How to use SQLServer instead of SqlLite in Els3.0? #89

Open
Prameelagr8 opened this issue Nov 1, 2024 · 1 comment
Open

[DOC] How to use SQLServer instead of SqlLite in Els3.0? #89

Prameelagr8 opened this issue Nov 1, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@Prameelagr8
Copy link

Documentation Improvement Request

Documentation Issue Overview

How to use SQLServer instead of SqlLite in Els3.0?

Proposed Documentation Changes

It is very important to know how to migrate the database to SQlServer. We are using elsa for our flow and our system needs MSSQL as centralised database system.

Additional Context

Please let me know how to change SQLLite to SQLServer. For example, if we need to use MSSQL then we need tables, Procs(if any) used by elsa system. If there is any migration script. Please provide all steps i.e., compatable with Elsa3.0.
Please let me know steps ASAP.

@Prameelagr8 Prameelagr8 added the documentation Improvements or additions to documentation label Nov 1, 2024
@sfmskywalker sfmskywalker transferred this issue from elsa-workflows/elsa-core Nov 1, 2024
@sfmskywalker
Copy link
Member

We definitely need to document this, thanks for creating an issue about it. Until we have this documented, take a look at the reference project Elsa.Server.Web: https://github.com/elsa-workflows/elsa-core/blob/main/src/apps/Elsa.Server.Web/Program.cs#L134

Just like with SQLite, the SQL Server provider can execute migrations automatically at application startup. Or, you can disable that, and execute the migrations yourself, or from your build pipeline, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants