dotnet/EntityFramework.Docs

Provide guidance for deploying migrations

Open

#691 创建于 2018年4月24日

在 GitHub 查看
 (5 评论) (14 反应) (0 负责人)PowerShell (1,961 fork)batch import
area-migrationshelp wanted

仓库指标

Star
 (1,625 star)
PR 合并指标
 (平均合并 1天 6小时) (30 天内合并 30 个 PR)

描述

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.

贡献者指南