ASP. NET Zero--migration Console Application

Source: Internet
Author: User
Migration Console Application

The AspNet Zero contains a tool Migrator.exe for easy migration of databases. You can run this application to create/migrate host and tenant databases.

the application Gets the host connection string from its own Appsettings.json file . It will be at the beginning. The same in Appsettings.json in the Web project. Make sure that the connection string in the configuration file is the database you want. after getting the host connection , first create the host database or apply the migration (if it already exists). It then obtains the connection string for the tenant database and runs the migration for those databases. If there is no dedicated database, or if its database has been migrated to another tenant (for a shared database between multiple tenants), it skips the tenant.

You can use this tool in a development or production environment to migrate databases at deployment time, rather than entityframework your own Migrate.exe (requires some configuration and can only run on a single database in one run).

ASP. NET Zero--migration Console Application

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.