Mid ASP.NET Core

Handling database migrations in production safely?

  • Apply migrations in CI/CD pipeline with proper backups.
  • Use transactional migrations where supported.
  • Run migrations during maintenance windows.
  • Test migrations in staging before production.

More from ASP.NET Core Tutorial

All questions for this course