dotnet/EntityFramework.Docs
Provide guidance for deploying migrations
Fechada
#691 aberto em 24 de abr. de 2018
area-migrationshelp wanted
Métricas do repositório
- Stars
- (1.625 estrelas)
- Métricas de merge de PR
- (Mesclagem média 1d 6h) (30 fundiu PRs em 30d)
Description
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.