DB migrations to a external server #8865
Unanswered
visuellsoft
asked this question in
General
Replies: 2 comments 1 reply
-
See https://docs.abp.io/en/abp/4.3/Data-Seeding#where-how-to-seed-data |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can use dotnet core cli to generate script
Also you can put this to file with new power shell out-file command.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a question.
I have no direkt connection to the production server from my developer computer.
I publish the abp-website into a local folder an import the files in the wwwroot on the webserver.
But what is the best way to migrate the database and the migrations in the future? When I develop a (normal) asp.net core app, I get a checkbox to export the migration in a SQL-File and the it is possible to import the migration in the SQL-Management Studio.
Thanks for your support
BR Thomas
Beta Was this translation helpful? Give feedback.
All reactions