dotnet/EntityFramework.Docs

Provide guidance for deploying migrations

Open

#691 opened on 2018年4月24日

GitHub で見る
 (5 comments) (14 reactions) (0 assignees)PowerShell (1,625 stars) (1,961 forks)batch import
area-migrationshelp wanted

説明

This would primarily be:

  • Best practices (For example, don't run migrations on app startup, generate scripts, etc.)
  • How to generate scripts
    • Possibly also how to use ef.exe
  • How to deploy scripts to common places--e.g. Azure
    • Possibly pros and cons of doing this a maintenance window as opposed to against a running app, and strategies for doing it against a running app if this is needed.

コントリビューターガイド