Top "Migration" questions

An action of moving between major versions of any framework, product or language, or, just as commonly, alteration to the data schema of an application.

Is it worth using sqlalchemy-migrate ?

I have a web application using sqlalchemy (within Pylons). I need to effiently change the schema to be able to …

python migration sqlalchemy data-migration sqlalchemy-migrate
How to migrate/convert from SVN to Mercurial (hg) on windows

I'm looking for a tool to migrate a couple of SVN repositories to Mercurial, with history, labels and so on. …

svn version-control mercurial migration hgsvn
How to use Protractor with Angular 2?

I use Protractor with Angular 1.x. I would like to migrate to Angular 2.0 step by step but I don't see …

javascript testing migration protractor angular
In a Rails Migration (MySQL), can you specify what position a new column should be?

If I'm adding a column via MySQL, I can specify where in the table that column will be using the …

mysql ruby-on-rails migration
Rails Migration: How to increase column data type size by using ROR migration

My users table login column is String type with limit of 40 characters. Now I am planning to increase the limit …

ruby-on-rails ruby migration
No persistence exception translators found in bean factory. Cannot perform exception translation

I'm getting following exception after migrating to Spring Framework 3.1.0 RC1 with Hibernate 4.0.0 CR7 2011-12-08/11:48:38.425/EST [Thread-17] ERROR Context initialization …

java hibernate migration spring-3
Is Apache Kafka another API for JMS?

Is not Apache Kafka another implementation of JMS? I am using JMS+AMQ in my application, and migrating to Apache …

migration apache-kafka jms
Execute FluentMigrator migrations from code

Are there any tutorials or example code for executing FluentMigrator migrations from within code? Some "Getting Started..." tutorial would be …

c# .net migration data-migration fluent-migrator
How can I push my existing Git repository to Team Foundation Service

Microsoft now has support for Git repositories on their Team Foundation Service. I have an account on Team Foundation Service, …

git migration azure-devops
Error creating new content types. Please make sure contenttypes is migrated before trying to migrate apps individually

I am trying to migrate from Django 1.6 to Django 1.8. I was using South for managing migrations in Django 1.6. I have …

django migration django-south django-1.8