Data Migration is the movement of data from one location to another and can happen in many forms and many systems. One example of data migration is copying data from one database to another.
1
vote
2answers
106 views
How do I mock a custom field that is deleted so that south migrations run?
I have removed an app that contained a couple of custom fields from my project. Now when I try to run my migrations I get ImportError, naturally. These fields were very basic customizations like ...
0
votes
2answers
67 views
How to create rows from a running number?
I'm trying write code of running numbers from document numbers, with the following values
Data in mind :
document_types records :
{:document_type_code => 'PR', :running_no => 2, ...}
...
0
votes
2answers
723 views
Continuous data migration from mysql to Hbase
I have installed hadoop and hbase for real time analytics purpose. The proble I face is to migrate data on line from mysql to Hbase.
The sqoop tool is useful to do bulk data migrations, is there any ...
0
votes
1answer
716 views
How do I successfully integrate a second database with Django South?
One of our clients needs to add some geolocation data to their
site. Since they already have a database setup without GIS extensions,
I decided to create a new database (with the GIS extensions), ...
0
votes
1answer
809 views
django+south: migrate command doesn't create table in the database
I have a strnage problem.
My django project has myapp module/application. My project uses south to do the schema migrations.
On localhost i have run ./manage.py schemamigration myapp --initial, then i ...
0
votes
1answer
230 views
Db2 migrate data from row in one table to column in other table
I have a schema that look like this
table 1
-------
ID TYPE VALUE
==============
1 A 10
1 B 200
2 A 20
2 B 500
table 2
-------------
ID typeA typeB
==============
1 10 200
2 20 500
My migration ...
0
votes
2answers
576 views
Alternative to Apatar for scripted data migration
I'm looking for the fastest-to-success alternative solution for related data migration between Salesforce environments with some specific technical requirements. We were using Apatar, which worked ...
0
votes
0answers
108 views
Can I automate the migration of a static HTML site to WordPress?
I have recently started on a project that is a redesign of a static HTML website. The previous site was handmade in Dreamweaver, and I don't think templates were used at all. The old site has quite ...
2
votes
0answers
239 views
Entity Framework 4.3 data migrations: non-existing database
I want to handle such situation:
I have an existing model (e.g. version 1.0);
I've added several data migrations and run them one-by-one consequentially;
for some reasons the existing database has ...
7
votes
5answers
507 views
Good tools for versioning REST models for Java
I am looking for good tools to support support changing the version of the model used in REST services. My dream tools would do something like:
My pojo + version 1.0 config/transformer => Service ...
4
votes
1answer
168 views
Complex data migration in the Data-tier Application Framework (DAC Fx)
I am excited to make the leap to using DAC Fx and declarative database development. The major obstacle for me is how to handle complex data migrations across several different versions of the schema. ...
2
votes
1answer
349 views
How to copy entire SQL Server 2008 database, applying WHERE clause to restrict copied data
To allow more realistic conditions during development and testing, we want to automate a process to copy our SQL Server 2008 databases down from production to developer workstations. Because these ...
0
votes
1answer
485 views
Import Data from one database to another database of slightly changed schema
I have a situation where I have a database with several tables and large number of records in them , let's say
Database 1
- tbl1
- tbl2
- tbl3
- tbln
The tables have PK-FK relationships. The ...
2
votes
0answers
433 views
“no such column” error when running a data migration with django-south
I've imported some metrics events into a Django project. Next, I grouped the Events into Sessions, defined as a series of contiguous events within a given time window.
My models.py looks like this:
...
1
vote
2answers
181 views
Legacy MySQL database mapping to a good .NET ORM for system migration
This is quite a long one, but I'd very much appreciate your thoughts and suggestions.
We are busy rebuilding a legacy system which was written in PHP and MySQL and replacing its components with ...
0
votes
2answers
187 views
MySQL, after migrating Latin1 to UTF8, LIKE searches no longer work. Tried all UTF8 collations
first question here. Been a long time lurker, really appreciate the immense help this site offers.
So, we completed the migration of a rather large system with hundreds of legacy components to UTF8. ...
0
votes
3answers
188 views
Tips for manually writing SQL Server upgrade scripts
We have some large schema changes coming down the pipe and are in needs of some tips in writing upgrade scripts manually. We're using SQL Server 2000 and do not have access to automated tools nor are ...
0
votes
2answers
49 views
Performance in migrating a lot of data from the same DB to different DB using application BL
I've this problem. I've an application that, each 15 minutes, downloads a file from the net and bulkcopies it into a DB.
Users of my app subscribe to this file so they signal us that they want to ...
1
vote
2answers
132 views
Migrating from SQL Server CE to SQL Server database
Currently I am using SQL Server CE for persisting my data for which I am providing with a .sdf and connection string mentioned in app.config pointing to this .sdf file.
Now I want to provide user ...
2
votes
1answer
523 views
Oracle SecureFile
In my current workplace, an existing app is being replaced by a new 3rd party app. The database of the existing app, in Oracle 10g, needs to migrated. The existing app stored various documents as ...
0
votes
2answers
1k views
rake db:migrate fails
I am creating a simple users table and when I ran rake db:migrate it appeared to create_table(:users) Howerver I got the following warnings at the same time. I tried running rake db:migrate again and ...
0
votes
1answer
377 views
Migrating data with south to a new model not working
I have an abstract model that I'm converting to a concrete model. I'm successfully using south to change the schema, but I'm unable to use the datamigration.
My initial state is:
class ...
2
votes
2answers
86 views
Is it possible to have 2 Models loaded for one entity kind to support data migration?
I am writing a datastore migration for our current production App Engine application.
We made some fairly extensive changes to the data model so I am trying to put in place an architecture to allow ...
0
votes
1answer
84 views
Sonar database date format
I am running into an issue today, where Sonar, during the setup migration process, inserts dates with the English format while our SQL Server instance expects the French format (and this cannot be ...
0
votes
2answers
220 views
What is the best practice for data conversion between applications [closed]
I wonder if this might be a too subjective question for stackoverflow but ill give it a go anyway.
Is there a common/best practice for data migration between applications? Lets say I have Application ...
0
votes
1answer
398 views
Moving the svn repository along with trac from one server to another
I inherited the svn repository along with trac system. They were held on Ubuntu. The authorisation was held by subversion.
I have to make them run under VisualSVN with Windows authentication. What ...
1
vote
1answer
202 views
Cassandra schema from 0.7 to 1.0
I have a 0.7 cassandra working cluster. I've created a new empty cluster with cassandra 1.0 and I'd like to "import" the schema of a keyspace in the 0.7 cluster (made of more than 40 CFs) -- I'd like ...
0
votes
1answer
62 views
Which is the optimal way to add lots of data to an existing database in Rails?
I have a database with a table that consists of 65k+ entries, which is used in my production Rails app, and I want to add some 40k+ more rows from a CSV file I have, ensuring that the data gets into:
...
0
votes
3answers
1k views
Sinatra App on Heroku ActiveRecord::StatementInvalid: PGError: ERROR:
SCENARIO:
I currently have anapplication on Heroku that is Sinatra Application + ActiveRecord. What currently works:
• I am able to view static pages of my site
• I am able to run migrations
• I am ...
3
votes
1answer
1k views
EF Data Migrations does not work after close project
i'm using entity framework data migrations. if i change something about entites or something else, i try to use "add-migration MyFirstMigration" on Package Manager Console. But it returns an exception ...
1
vote
1answer
296 views
1and1 hosting: Data migration from shared hosting to VPS
I am doing this first time so I need some help. I am using 1and1 hosting. I want to migrate a domain from shared hosting package to virtual server. This link shows how to migrate domain but shows this ...
1
vote
2answers
431 views
How to persist old data in database while using EF Data Migrations
I was thinking that the purpose of EF DataMigrations is to preserve old data while changing the database structure. Do I think right? But when I update the database with migrations all the old data is ...
0
votes
1answer
140 views
Data Migration with Doctrine
I have inherited a proprietary CMS that uses Doctrine for the Database Setup, this includes the awful lft, rgt and level columns.
My issue is migrating data from an old database to this new database, ...
2
votes
2answers
100 views
Software version and SQL database - perfect approach
Project code and project database usually grows together. Often some unit tests needs test databases and test database entries too.
What is the perfect way to sync database/contents and ...
4
votes
2answers
177 views
Is there an official tool for porting a MySQL database to PostgreSQL? [duplicate]
Possible Duplicate:
Is there a simple tool to convert mysql to postgresql syntax?
I have a very data-rich UTF8 db in mysql and i'm trying to port to postgresql.
After a lot of research ...
0
votes
2answers
443 views
Transfer data between large MySQL tables
I'm looking to transfer some data from a multi-million row table into another table. The problems I'm facing are:
I can't use data dumps, because I need a WHERE clause
I can't do a simple INSERT ...
1
vote
1answer
111 views
Migrate a legacy DB to Django, with image files
I have a SQL dump of a legacy DB, and a folder with images, and those are referenced by some rows of certain tables, and I need to migrate that data to the new Django models. The specific problem is ...
4
votes
1answer
180 views
Visual Server Database Project data motion scripts run on databases at different versions
We have been using Visual Studio Database projects to maintain the current schema of the project which has worked well for us in regards to getting the database schema onto new development machines ...
1
vote
2answers
173 views
Why is db:reset different from running all migrations?
In section Rails Database Migrations of Ruby on Rails Guides, there is one line saying that
The db:reset task will drop the database, recreate it and load the current
schema into it. This is not ...
1
vote
1answer
881 views
Data Migration from a custom database to Drupal 7
I am still exploring the topic of migration and would like to know what are the best methods to migrate from a custom written PHP/MySQL system to Drupal 7.
The data that needs to be migrated is in ...
1
vote
1answer
278 views
can't find IfxBulkCopy in IBM.Data.Informix 2.81.0.0
Q:
My question consists of two parts:
1- I want to use the following class IfxBulkCopy to insert large amount of data but this class doesn't exist in the dll IBM.Data.Informix 2.81.0.0 how to fix ...
0
votes
1answer
118 views
Is it possible to migrate a croogo cms website posts to drupal? [closed]
My client has a website built with croogo cms , nothing special just a blog. I want to convert it to drupal by their permission but i dont know croogo. Is there any way to migrate croogo posts to ...
1
vote
3answers
111 views
Can Linq to SQL create a database from DDL files?
Is there anything built into the Linq to SQL libraries that allow me to create an entire database from a collection of DDL files?
Lets say you have a collection of DDL files, one for each table in ...
0
votes
0answers
223 views
Issues migrating from Oracle to Sql server 2008
We are migrating a Oracle database to SQL Server 2008
In Oracle I got a number column for identitying boolean types, eg col name is IsInd
In the C# code I have defined a property like
public int ...
0
votes
1answer
78 views
Difficulty with filename and filemime when using Migrate module
I am using the Drupal 7 Migrate module to create a series of nodes from JPG and EPS files. I can get them to import just fine. But I notice that when I am done importing them if I look at the nodes it ...
1
vote
1answer
470 views
Copy records from a table in mysql database to a SQL-SERVER 2008 database?
How can I copy all the records from a table in a MySql database to another table in a SQL-SERVER 2008 database?
I have tons of records in that mysql table and I'm trying to "migrate" the data.
I tried ...
2
votes
1answer
459 views
Migrate MS Access DB to SQL Server Compact Edition
I have a MS Access DB and I need to migrate it to SQL Server Compact Edition. Is there any migration tool for doing it? I need to migrate DB structure and data.
Thanks
1
vote
1answer
82 views
Migration script for splitting rows between table of different schemas
I have a table which contains the following columns and I am trying to split it as follows. How do I write a migration script for the following transformation in Oracle
source:
create table abc (id ...
0
votes
2answers
311 views
Core Data Migration - Is this a simple migration, how should it be done?
What I'm Doing:
I'm pretty new to Core Data, and I've realized that my current use of it in my app is far from good. Basically, I've got an entity with about four different string properties. Every ...
3
votes
1answer
857 views
MySQL data migration
I have a MySQL database with some data.
I have to migrate this data between databases with almost the same tables, but different with table and field names.
The data is the same on both databases, ...

