Automating database migrations

rajindersingh's Avatar

rajindersingh

Mar 23, 2015 @ 07:50 PM

One of my teams is using entity framework. They use code first database migrations. We have started using AppVeyor to deploy our application to Azure. I have been asked to automate database migrations.
I have seen a few messages from last year where others were trying to automate this process and they were told that a new version appveyor will make it easier.

Can anyone share any examples of how to automate database migrations?

Thanks

  1. Support Staff 1 Posted by Feodor Fitsner on Mar 24, 2015 @ 06:16 AM

    Feodor Fitsner's Avatar

    How do you currently do EF migrations (without AppVeyor)?

  2. 2 Posted by rajindersingh on Apr 16, 2015 @ 03:29 PM

    rajindersingh's Avatar

    Right now a developer uses visual studio and manually deploys the application to the target environment. This updates the databases based on the code changes.

    If found a few folks using TeamCity doing this. They use a command line tool called Migration.exe

    https://gist.github.com/mikecole/7222251

    http://www.farreachinc.com/blog/far-reach/2013/11/07/entity-framework-part-3-migrations

    I am hoping one of the existing users is already doing this so we can benefit from their experience.

    Thanks

  3. Support Staff 3 Posted by Feodor Fitsner on Apr 17, 2015 @ 01:49 AM

    Feodor Fitsner's Avatar
  4. 4 Posted by rajindersingh on Apr 17, 2015 @ 06:37 PM

    rajindersingh's Avatar

    This helps a lot. Thanks

  5. Ilya Finkelshteyn closed this discussion on Aug 25, 2018 @ 01:55 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac