database-migration is the process of transferring data between storage types, formats, or computer systems. Also refers to migrating the database from one vendor to another, or to upgrading the version of the database software.
0
votes
1answer
18 views
NoMigrations error in Django
I am building an app called 'competencies'. I made changes to models, migrated the app locally, and everything worked. This is my eighth migration on the app.
I have deployed the app on heroku, so I ...
0
votes
0answers
25 views
Running Grails database migrations manually from
I have a requirement that I cannot autorun grails migration -- they should be run under user supervision.
Complicating this matter is the fact that the artifact of deployment is a war.
Is there a ...
0
votes
1answer
43 views
How to achieve database abstraction/independence in NoSQL world
We are looking at using MongoDB as our database in our Java Server-side application.
In my earlier project we were using Hibernate to abstract the underlying SQL database, so that we could switch from ...
0
votes
0answers
27 views
google app engine - app x1 cannot access app x2 data gae migration hrd
Good day!
After migrating my application on GAE HRD I have some pages throwing this error:
app s ~ app-hrd cannot access app app's date
Could you help me solve it?
0
votes
1answer
32 views
Rails Migrations: How to split one table into two tables?
I have a database with the following schema:
[ Region ] 1 --- * [ District ] 1 --- * [ Location ]
I would like to split the middle table into two tables as follows:
[ Region ] 1 --- * [ District ] ...
0
votes
0answers
13 views
How do I migrate a WSS 3.0 that is using SQL Server Express
I am looking for a detailed description of how to migrate a WSS 3.0.
We have WSS SP2 w/SQL Server Express running on a old Win 2003 32bit OS. I have to move it off that server on to a Win 2008 R2 ...
1
vote
2answers
30 views
How to copy MySQL InnoDB database from Windows server to Ubuntu Linux server?
To upgrade our application deployment platform from Windows to Ubuntu Linux Server, we need copy a MySQL InnoDB database from Windows to Linux server, and I tried 2 ways to do it:
1, use mysqldump ...
-1
votes
3answers
24 views
Is there a gem that allows you to create migrations based on changes to a model?
Is there a way to create a migration with changes you've made in a model? For instance I have Foo model with bar and oof attributes already persisted in db. I want to add the attribute rab to Foo. ...
0
votes
1answer
9 views
Drop table in Rake task in Rails app
I would like to arbitrarily drop all tables in my Rails app via a Rake task.
This is for testing/staging purposes, and rolling back migrations doesn't seem appropriate/necessary here.
I've got to:
...
0
votes
0answers
34 views
Data lost at migration mssql server to mysql
I'm using Mysql Workbench to convert a sql server database to mysql. Everything's working fine, except that text fields are cut after a few words. The field type is varchar(8000). Any ideas how this ...
0
votes
1answer
35 views
YII migrations and bu default values for table columns
public function up(){
$this->createTable('POST', array(
'id' => 'pk',
'isremoved' => 'integer NOT NULL',
'removaldate' => 'timestamp NULL',
...
1
vote
0answers
32 views
Issues with Google appengine HRD migration
I migrated my database from Master slave to HRD (google appengine) and running into multiple issues:
mis-match in number of entities
We had 81543 records before migration while there are only ...
0
votes
1answer
36 views
Importing a *.MDF file into SQLite?
I detached my database on SQL SERVER 2008 and obtained the *.MDF file. Now I am going to import it into an SQLit database, but it only accepts *.sql and *.txt files.
How can I do that?
If that is ...
0
votes
0answers
28 views
MySQL Synchronise Data From One DB To Another & Vice-Versa Using Triggers
We are migrating from one database structure to another - very slowly. The system is MySQL. There are two databases. For example's sake, we will call the databases old_db and new_db. Both databases ...
2
votes
4answers
42 views
Ruby on Rails: Long list of migration files, common?
Is having a long list of migration files often common when building a web application? I seem to be adding up a long list of migration files because I keep forgetting or keep thinking of adding an ...
2
votes
1answer
30 views
Using liquibase on the existing database
We have a existing database in production. We have decided to use liquibase for all further updates and create any new database (like development or integration).
We have created liquibase scripts ...
-1
votes
0answers
19 views
Data migration and consolidation best practices? [closed]
You have multiple similar but not identical sets of relational data and need to consolidate in to one database. What are the most important considerations and are there any serious gotchas or pitfalls ...
0
votes
2answers
59 views
How to gracefully handle “Mysql2::Error: Invalid date” in ActiveRecord?
I'm building a Rails 3.2 app upon a legacy database which also has some broken records in different tables. One of the issues giving the most headache is that it includes invalid dates.
I've setup a ...
0
votes
4answers
22 views
Db migrate - Add/change a default in a rails app in the `change` method
I am adding a new migration to my rails app's database, in it I am adding columns to a new application. Some of the columns have defaults.
I would like to add defaults to some of the existing columns ...
-3
votes
0answers
25 views
Migrating database to server to communicate with multiple client [closed]
I designed a desktop App in java which communicate with MYSQL database.now i want to migrate this database to a server so that multiple client can use this application at same time is their any way ...
-1
votes
0answers
22 views
Moving Large SaaS Site to New DataCenter [closed]
I am going to be part of a team moving a large SaaS web site to a new datacenter.
It should be no issue to configure a mirror copy of the current service.
When we change DNS I imagine that we will ...
1
vote
1answer
33 views
Disabling transaction in Rails Migration: How do I include a ruby variable in a block like the following
execute <<-SQL
commit
reindex database ActiveRecord::Base.configurations[Rails.env]['database']
SQL
Obviously that doesn't work but you get the idea. I don't know what the above code ...
0
votes
1answer
46 views
Validate GORM model after migrations
We're getting started with running Liquibase migrations on Grails server startup. We'd like to use dbCreate='validate' on the dataSource, to ensure that the database and object model stay in sync. Our ...
0
votes
0answers
9 views
Any npm packages for multi-app migrations in a single database?
Let's say I am using a single database, but I have multiple apps/packages/applets using the same database (but different tables). Would you know of any npm packages that could manage migrations on a ...
1
vote
1answer
24 views
How to allow null values on Orchard SchemaBuilder?
I'm trying to add a new column to ProjectRecord table and i want to allow null values,
Code:
SchemaBuilder.AlterTable("ProjectRecord", table => table.AddColumn("Related", DbType.Int32));
Thanks.
...
1
vote
2answers
25 views
Migration of web application backend MS Access 2003 to MS Access 2010
I have an asp application residing on Windows server 2003 -32bit and backend for the application is MS Access 2000. When I upgrade it to MS Access 2010, it throws error: 'Unrecognized Database format'
...
3
votes
2answers
73 views
Synchronizing EF Code First to SQL Azure
I am trying to find the best way to synchronize/migrate EF Code First databases from localhost to SQL Azure without using EFCF Migrations. I know that I could use this approach, but I want to look at ...
1
vote
1answer
82 views
How to create MySQL stored procedures from PHP?
I wrote a database migration PHP script, that loops a list of SQL files and executes their content. It should help to automate the project setupd and updates. Now I'm getting errors like this:
...
-1
votes
0answers
47 views
Migrate Oracle Reports to Birt Report-Which is Best Method
I have a requirement to convert thousands of Oracle reports to Birt Reports.In birt i will use postgresql as database.Which is the best way to convert oracle reports to birt reports.One option is ...
0
votes
0answers
21 views
website entity framework migration ArgumentException
I am learning how to use entity framework
After setting up a database model, I can easily perform migrations in web applications and console projects.
But when I create a database model in a ...
0
votes
2answers
31 views
How to make migrations with django-south
The application I'm developing is starting to need migration for the database schemas. I've thought about django-south, but since I have no experience with that kind of stuff I'm a bit lost, this is ...
0
votes
1answer
36 views
Keep Publication while migrating database in SQL Server 2008 R2 [closed]
I have a large database with merge-replication on it that needs to be moved to a different server. There is one publisher, but there are close to 200 subscribers, so I don't want to recreate them all ...
0
votes
1answer
79 views
EF database migrations
I'm working on an MVC4 application that uses Entity Framework 5, database migrations, and the asp membership api. In my development environment I can delete my database entirely, run a package (.zip), ...
0
votes
2answers
31 views
data migration query
I have searched many questions and ready many different articles about this but no one seems to help me out or may be I could not able to understand completely. I want to migrate data from one ...
1
vote
2answers
46 views
EF 5 + Azure + MigrationFirst overrides database name. Why?
I created a database in Azure setting my own custom name. I then created EF 5 code first entities and added migrations. On application startup I called these two lines:
...
0
votes
2answers
30 views
Versioned Data Model integration in Core Data
I have two versioned Data Models in my iOS project.
The difference between the Data Models is that newer model has a new field named "new_col".
In some part of the project, I need to fetch data ...
1
vote
1answer
161 views
Programmatic data transformation in EF5 Code First migration
Is it possible to do any type of programmatic data transformation in Entity Framework 5 Code First migrations?
There is an Sql() method to execute queries, but it has return type void and I don't see ...
3
votes
1answer
38 views
Changing database Engine
We have a table that uses full text searches and so is required to use the MyISAM engine:
DROP TABLE IF EXISTS `netyears`;
CREATE TABLE IF NOT EXISTS `netyears` (
`PK_NETYEARID` int(11) NOT NULL ...
3
votes
1answer
66 views
Core Data migration techniques: moving attribute -> modelled relationship
I have a rather large Core Data-based database schema (~20 entities, over 140 properties) that is undergoing large changes as it migrates from our 1.x code base over to our 2.x code base.
I'm very ...
0
votes
1answer
153 views
Is using Entity Framework code first purely for database migrations ok?
I'm currently using RoundhousE to manage my database migrations and this works really nicely.
I have been looking into various migration creation technologies like FluentMigrator and some others. ...
0
votes
1answer
108 views
Heroku run rake db:migrate results in no change in the database, app restarted several times
I have a problem with pushing my migrations to the production database.
The issue:
I've altered database schema by adding 1 column.
I've migrated it to the production database:
MacBook-Air-Mac:app ...
0
votes
2answers
83 views
Java EE alternatives for rake db:migrate
:) Sorry for my English :(
I'm not a user of RoR, but I saw how friend of me programs :). He generates special files, that tracks changes in his database. After, He runs rake db:migrate and special ...
0
votes
0answers
34 views
Azure and ASP Authentication
Im am converting an application to be used with an Azure database. I am having some issues with ASP membership though. I have found some articles on this but not really what I am doing.
The problem ...
0
votes
1answer
96 views
Data Migration from Java Hibernate SQL Server to Python Mongo Stack
I have one live website with multiple active users(around 30K) and each of them have their own configuration to render there homepages. The current stack of the portal is Java Spring Hibernate with ...
0
votes
1answer
41 views
Best solution for doing database migration on mysql?
I currently facing one problem when doing the migration especially adding new field to existing table which contains millions of records will take very long duration to complete. So I wonder is there ...
0
votes
0answers
36 views
Liquibase dml and cross platform view comparison issue for mysql
Our implementation for oracle for comparing dml and ddl for cross platform views and comparing record between two table is working perfectly for us. We have a same requirement to compare dml and ddl ...
0
votes
1answer
86 views
Grails database migrations MySQL issue - changelog not generated
I tried running database migration on grails 2.2.1 but it seams not to be working.
Running dbm-generate-changelog generated initial changelog.groovy, but trying to run dbm-gorm-diff after model ...
1
vote
1answer
157 views
How to change primary key in rails migration file?
I need to migrate an old mysql table like this:
Products
name (string, primary_key)
to this schema:
Products
id (integer, primary_key, auto_generated)
name (unique)
I need the Products.id ...
0
votes
0answers
36 views
MVC4 Migration Issue in MySql
I have two models like following
[Table(name: "PAY_INSTAL_RECOVERY_HDR"]
public class InstallmentRecovery
{
[Key, DatabaseGenerated(DatabaseGeneratedOption.None)]
public int VAR_INSTALL_ID { ...
0
votes
1answer
34 views
When should lobos migrations be run?
Since there isn't a leiningen plugin for lobos, Where should I run the code to deploy lobos migrations?



