0
jizhongqi created
Hi, If I want update the production environment ASP.NET CORE & Angular site to a new release, how to update the database if there are some changes for the DB, for example from 5.5.0 to 5.6.0. any suggestions?
4 Answer(s)
-
0
refer @MikaTmlVertti solution.
-
0
If you have Migrator project, set production servers connection string to its appsettings and run Migrator project. You might have to set up firewall settings to DB server to allow access for the connection.
-
0
-
0
thanks all.