Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
3answers
1k views

Migrate from MySQL to PostgreSQL on Linux (Kubuntu)

A long time ago on a system far, far away... Trying to migrate a database from MySQL to PostgreSQL. All the documentation I have read covers, in great detail, how to migrate the structure. I have ...
11
votes
5answers
2k views

Database migrations for Entity Framework 4

I've been playing with Entity Framework 4, using the model driven approach to generate the database script from my entities. This is great but I'm not sure how this works when it comes to versioning ...
9
votes
2answers
190 views

Managing mongoid migrations

Can someone give me a short introduction to doing DB migrations in Rails using Mongoid? I'm particularly interested in lazy per document migrations. By this, I mean that whenever you read a document ...
8
votes
3answers
955 views

How do I move a redis database from one server to another?

I currently have a live redis server running on a cloud instance and I want to migrate this redis server to a new cloud instance and use that instance as my new redis server. If it were MySQL, I would ...
8
votes
3answers
585 views

NOTICES for sequence after running migration in rails on postgresql Application

When i run my migration in Rails application on postgresql i got following NOTICES NOTICE: CREATE TABLE will create implicit sequence "notification_settings_id_seq" for serial column ...
7
votes
2answers
192 views

Database migrations in a complex branching system

In our current development workflow we have introduced database migrations (using Ruckusing) to keep our developers' db schema's in sync. It works great, is pretty straightforward in use but now we ...
7
votes
3answers
2k views

Migrating from Cake 1.3 to 2.0 and beyond - migrate existing, or only use for new?

I'm nearling completion of my first CakePHP-driven website and just saw they're already working on CakePHP 2.0 (not the stable release yet). My questions: Is it incredibly time consuming to move to ...
6
votes
1answer
259 views

How to use enum in Postgres database in Rails 3?

Support for enums in PostgreSQL: http://www.postgresql.org/docs/8.3/static/datatype-enum.html How would you implement a table with an enum in Rails 3? Do you need to define the enum in PostgreSQL ...
5
votes
1answer
132 views

Migrating fields in JDO

We are using JDO in one of our projects. This has been running for quite a while and naturally we need to change the model a bit. What is the best practice when migrating fields in entity classes in ...
5
votes
1answer
1k views

How to migrate from SQLite to PostgreSQL (Rails)

I'm a DB noob so please be kind with me. I'm having some issues pushing my SQLite DB to Heroku via taps gem. Talking with them, they told me one of the solutions could be converting locally my DB ...
4
votes
3answers
89 views

Complete db schema transformation - how to test rewritten queries?

Our database is poorly designed all the way around (we inherited it). I've reworked the schema to something useable and maintainable. Quite a few tables and columns have been dropped, many columns ...
4
votes
1answer
81 views

How do you handle Doctrine Migrations when using Git?

I have a Zend Framework / Doctrine 1.2 project that is source controlled by git. How do you keep track of migration classes when switching from branch to branch in git? For example In branch A I ...
4
votes
4answers
239 views

Transfer Foxpro Database To SQL Server

How to Transfer Foxpro Database To SQL Server ?
4
votes
2answers
372 views

Migrate Old Site Users into Magento DB

I have more than 300,000 users on an old online store. Client switched to Magento solution and now have to migrate all the users, addresses to Magento. So I have to write a custom script to import ...
4
votes
4answers
110 views

Should two applications with separate release cycles share one database

We have two products: BI reports (Business Information) Social networking Product 'Social networking' is a web application, which allow users in a company to collaborate - in particular with ...
4
votes
6answers
122 views

should i advocate migrating from access to (my)sql

Hi: We have a windows MFC app that is written against an access database on a company server. The db is not that big: 19 MB. There are at most 2-3 users accessing it at any one time. It is used in ...
4
votes
3answers
703 views

Can I use imp/exp tools to migrate database from Oracle 9 to Oracle 10

I'm subcontractor and my client wants to upgrade Oracle database from 9 to 10. Other vendor is going to perform the upgrade process, and I was asked to create whatever backup I need before the ...
4
votes
4answers
275 views

Best practices for managing migrations that update several databases?

My team is evaluating tools and processes for managing database migrations/database refactoring as described by Martin Fowler, Pramod Sadalage, et. al. We're interested in automated, repeatable, ...
3
votes
2answers
73 views

Testing SQL queries against multiple database systems

I'm involved in a migration project from Oracle to PostgreSQL, and I'm looking for a way to automate the testing of a large number of queries converted from Oracle syntax into the PostgreSQL one. The ...
3
votes
4answers
312 views

How do i convert Oracle database to mysql?

Is there any recommended tool to convert oracle database including (stored proc.) into mysql? thank you in advance.
3
votes
1answer
193 views

How does Envers deal with schema changes?

I am thinking about switching from a self-implemented versioning-solution to Hibernate Envers, but I am not quite sure yet. I have read a lot about it, but I am concerned about schema changes and how ...
3
votes
2answers
414 views

Ways to manage DB migrations with SQLAlchemy?

I've looked at sqlalchemy-migrate, but it just seems like a lot of work and I haven't been able to find any useful examples. Anyone care to share how they handle this?
3
votes
1answer
408 views

Capistrano deploy but manually run migrations

I'm using Capistrano to deploy a Rails application. I'm thinking of a situation where there were database changes, so I can't simply cap deploy because the migrations need to run before the code is ...
3
votes
2answers
185 views

How can we merge two databases with identical schemas?

We have two instances of a rails application which each talk to their own database; we're in the process of converting them to a single application with a single database. We've already made the ...
3
votes
1answer
31 views

Experimenting with data to determine value - migration/methods?

I have a LOT of data available to me, and want to capture and experiment with data that isn't currently being used in production. I do not want to immediately add this to my existing data store since ...
3
votes
2answers
182 views

Does there exist a tool for DB schema migration where schema are specified using Hibernate?

I am used to Django South http://south.aeracode.org/, which allows schema and data migrations for Django projects. Does there exist a similar tool for Hibernate projects ?
3
votes
1answer
1k views

Migrating from SQL Server 2000 to SQL Server 2008

I need to migrate SQL Server 2000 databases to SQL Server 2008 and need to formalize a generic strategy for this migration. Need a ordered list of activities which should be done to achieve this.
3
votes
4answers
305 views

Database migrations: manage with build script or automatic on app startup?

I'm in the process of developing a deployment system for a new web app and I'm wondering where the best point in the process to manage database migrations is (the question of how to do the migrations ...
2
votes
4answers
99 views

What php frameworks have database migration support?

I'm looking for a good php framework with support for handling database migrations. Ideally I would like to be able to run a command that generates a migration script, one that updates the database ...
2
votes
1answer
765 views

Compatibility problems during migrating database from SQL 2005 Standard to SQL 2008 R2 Web Edtition

we have some troubles with migrating user database from SQL 2005 Standard to SQL 2008 R2 Web Edtition. After selecting .bak file containing backup, the Management Studio spits out error saying: ...
2
votes
1answer
363 views

Rails Migration: Remove constraint

I have a table in a Rails application which (in schema.rb) looks like: create_table "users", :force => true do |t| t.string "name", :null=>false t.string "address", :null=>false end ...
2
votes
1answer
110 views

Database Migrations on an existing large database

Is it feasible to start using a Migration framework such as RikMigrations or Tarantino on an existing large legacy database? The schema is still being tweaked all the time, so I was hoping to use ...
2
votes
3answers
678 views

Migrating existing database to Amazon RDS

Can any body help me, How can i import existing mysql database in to Amazon RDS. Thanks.
2
votes
3answers
237 views

Choosing a web app framework to replace VB6 and Access applications

I am currently working at a large firm which has quite a lot of Access databases. They already have SQL Server in place. Now it's my task to migrate the databases and eventually the applications as ...
2
votes
2answers
348 views

Rails: cannot load fixtures for table using STI (undefined method `reflect_on_all_associations')

I can't load fixtures for my table that uses STI. When I call FIXTURES=schools rake db:fixtures:load, I get this error: undefined method `reflect_on_all_associations' for Object:Class Other ...
2
votes
5answers
164 views

What's the best way to convert one Oracle table (data) to fill a slightly different Oracle table?

I have two Oracle tables, an old one and a new one. The old one was poorly designed (more so than mine, mind you) but there is a lot of current data that needs to be migrated into the new table that I ...
2
votes
4answers
306 views

Handling change in a database schema

I am in the fairly initial stages of building an app which will hopefully be sold in the 1000's - more likely it'll be hundreds, but either way more than enough to cause a good sized headache for ...
2
votes
1answer
64 views

Best way to migrate a MySQL table with dupes to another table with a UNIQUE constraint

I am trying to work out the best approach for a data migration. I am migrating some data (~8000 rows) from a table like this: CREATE TABLE location ( location_id INT NOT NULL AUTO_INCREMENT ...
2
votes
4answers
248 views

Is there a good way to verify if a database schema is correct after an upgrade or migration?

We have customers who are upgrading from one database version to another (Oracle 9i to Oracle 10g or 11g to be specific). In one case, a customer exported the old database and imported it into the new ...
2
votes
3answers
705 views

database migration code generator

I want to introduce database migrations into my project and would like to be able to generate my initial migration scripts from the database. I was wondering if there are any code generation tools ...
2
votes
3answers
429 views

How do I merge schema changes made to a production database into my migration-managed process?

My team is evaluating dbdeploy for managing database migrations. As I understand it, using migrations requires a bit of process discipline, namely that a migration is written for every change, and ...
2
votes
3answers
1k views

.NET database migration toolkit

My current pet project is a language-independent database migration library (Wizardby on Google Code). It's pretty much inspired by ActiveRecord Migrations, but has a few niceties. For instance, does ...
2
votes
5answers
2k views

Migrate SQL2000 Database to SQL2005 on another machine

I've been beating myself over the head with this app migration for a few days now. What I have is an old MSSQL Server 2000-backed application that is being upgraded to a Windows 2003 Server running ...
1
vote
1answer
63 views

Changing Django database backend from MySql to PostgreSQL

I use Django 1.2 and 1.3 and MySql backends. Once in while a get an error message when migrating my MySql database with South: ! Error found during real run of migration! Aborting. ! Since you have ...
1
vote
1answer
34 views

How to use Django South with third party apps loaded from egg?

I'm using the Django Activity Stream third party app from a Easy Install / Pip .egg file. This specific app requires tables to be constantly changed and updated as changes in the rest of my project is ...
1
vote
1answer
86 views

After moving my Drupal 7 site to another host, modules are appeared without download

I'm sorry for such a complex subject. My problem is. I tried to move my Drupal 7 site from one server to another. I uploaded a fresh install to my new site. I backed up my old database and imported ...
1
vote
1answer
51 views

Database migrations for MS Access

There are a lot of database migration tools available for Ruby, .NET, SQL Server, etc. Is there anything good for Access/VBA? I've had to roll my own a few times, but I'd really like to offload that ...
1
vote
1answer
107 views

Yii automatic db migrations

I have setup my first db migration using the built in migration tools of yii, and locally i can run ./yiic migrate I can see it say "this migration needs to run" and press Y and it runs and works ...
1
vote
1answer
35 views

Setting MySQL SQL Modes to be stricter before migrating to SQL Server 2008

We're eventually migrating an application to SQL Server 2008, but before we do that, we're considering setting the MySQL SQL modes to be stricter so that we can test the "looseness" of the existing ...
1
vote
1answer
563 views

Migrating Oracle Database with expdp and impdp

Does the target database need to be prepared with tablespace and/or user (schema) in order to successfully migrate a schema from one database (11g R1) to another (11g R2)? Currently I only can make ...

1 2 3 4