An action of moving between major version of any framework, product or language, or, just as commonly, alteration to the data schema of an application. This might involve modifying existing data to make it work with the new version.

learn more… | top users | synonyms (1)

0
votes
0answers
23 views

SVN: how to restore incomplete revisions after a server migration

We recently migrated from our old SVN server to a new one. We are using CentOS Linux 6.3 with Subversion 1.6.11 on the new server and had SVN 1.6.9 on the old. We do a full svnadmin dump of all of ...
0
votes
1answer
91 views

Magento home page works, but every other page gives 404 error, and can't access backend after migration

I moved a Magento site from one server to another (the domain name hasn't changed), and on the new server the home page displays fine, but when I click on a link it gives me a 404 Error on each link. ...
0
votes
0answers
25 views

Django Models key creation issue (OneToOneField)

I have two Django Models. I wanted to create a field which is OneToOneField. then i ran migration, but it is saying: key is duplicate. why is this? this is my code: class Rate(models.Model): cr = ...
3
votes
1answer
214 views

configuration.rb:140:in `const_get': uninitialized constant ActionDispatch::Session::EncryptedCookieStore (NameError)

I've been stuck on this error for about 3 days now and I can't figure out how to correct it. Any help would be appreciated. I'm on a Windows machine by the way and I'm using Ruby v.1.9.3p392 & ...
0
votes
1answer
49 views

Schemadesign in laravel [migrations]

Quick question about schemadesign in laravel. This is the current schema I have for my users table. Now I want to add full user information meaning all the information that is required to bill ...
1
vote
1answer
72 views

Cannot read property 'isTree' of undefined Extjs 4

I trying to update code from extjs2 to extjs4, but I have an error and something wrong with grid. My Google Chrome browser return error Cannot read property 'isTree' of undefined ...
0
votes
3answers
32 views

Do I have to explicitly generate a migration for the foreign key in a rails application?

Suppose I have Model Person and Model Book. One person has many books. I have a has_many books in Person's model and belongs_to in Book's model. When I generate those scaffold, there're no foreign ...
0
votes
1answer
34 views

TFS Integration: Migrate TFS 2010 to Team Foundation Service - migration service account is not in the Service Accounts Group

In Migrate TFS 2010 to Team Foundation Service, Jesse Houwing suggested using the following to get the necessary permissions: TFSSecurity.exe /g+ "Team Foundation Service Accounts" n:USERNAME ...
0
votes
1answer
36 views

Cannot set property 'view' of undefined Extjs4

I trying to update code from extjs2 to extjs4, but I have an error and something wrong with grid. var grid = new App.grid.GridPanel({ store: store, columns: gridColumns, frame: false, ...
0
votes
2answers
15 views

Migrating a website with an SQL database from one server to the other

I am new to the servers world and I need to migrate a website with an SQL database in the back from one server to the other... I have all the files that are needed but I don t know what to do with ...
-2
votes
0answers
19 views

Informix 4gl to Java Migration tool [closed]

i am looking for Migration Tool for Informix 4Gl to JAVA. Which tool can we use and what is the percentange of Accuracy. please advice me. TR, Raj
0
votes
4answers
44 views

Ruby on Rails: adding columns to existing database

I'm getting an error: SQLite3::SQLException: no such column: ideas.list_id: SELECT "ideas".* FROM "ideas" WHERE "ideas"."list_id" = 2 But I added t.integer :list_id to my db migration file: ...
1
vote
1answer
26 views

South ignores ManyToManyField in my model

My model: class Article(models.Model): user = models.ForeignKey(User) categories = models.ManyToManyField(AuditGroup) topic = models.ManyToManyField(Topic) title = ...
0
votes
1answer
21 views

Migration isn't listening when creating a string

I have the following migration and it's still creating a primary key :id as an integer. Is there a reason why this would be happening? create_table :offers, :id => :false do |t| t.string :id, ...
0
votes
1answer
20 views

Adding foreign key to a rails model

I'm quite new to rails and have been trying to work this out all night with no luck. I have created 3 models: users, businesses, and business_hours. I have also added the associations (business_hours ...
0
votes
0answers
31 views

MYSQL script into Microsoft sql server 2008

i have a mysql script which is 160 MB i want to convert it into the microsoft sql server 2008 kindly help me out help me out how to import such a big script into Sql Server
0
votes
1answer
50 views

Usage of Database, schemas and tablespace

we are working on data migration of sql server 2000 to Oracle 11g. Sql server has 4 databases which has to be migrated. These 4 databases are used for 6 different standalone applications. Oracle is ...
0
votes
1answer
36 views

How to update store form in extjs4

I tryed migrate to extjs4, but 'migration pack' return massege '[BREAKING][4.0][Ext.data.Store]: A store was specified with no model, url, or fields configured. Please see the header docs for ...
0
votes
1answer
22 views

Moving a project tree within SVN repository?

I have a current SVN repository with multiple projects. In the form: /Project/trunk/code.cs These projects are being split out into their own new repositories on a new server. I've tried using ...
1
vote
1answer
42 views

Sync Fabric with South

When i try execute a schemamigration with south with the following code: # coding=utf-8 from fabric.api import env, hosts, local, run, cd def updatebd(): local('cd ...
1
vote
0answers
21 views

SSMA for Oracle: mapping long raw to image

I need to migrate a database from Oracle to MsSql 2008. My problem is, that I need to map long raw from Oracle to Image in MsSql. Unfortunately when I want to change the mapping, there is no option on ...
0
votes
0answers
13 views

Convertera old Word file and preserve the layout and images

In our AM-project we have 13,000 document where the oldest documents are written in Microsoft Word 6.0. When we open these documents in Word 2007 (which we have now), pictures drawn with the drawing ...
1
vote
2answers
43 views

Rake db:migrate - how do I undo all migrations and redo them

Is there a quick rake db:rollback command for all of the migrations?
0
votes
1answer
88 views

How to migrate database from Postgres to MySQL? [closed]

Hello, I want to convert some tables from a Postgres database to MySQL. Ideally I would like to create an script that would convert the tables for PG to MySQL, but I am glad if we are able to figure ...
0
votes
0answers
16 views

REST Utility for getting JSON/XML from one site, munging, posting to another site

My company is switching task managers, and I'm looking to get all of our old tasks copied over to the new system. Both the old and new systems have REST APIs for reading & writing tasks, but ...
0
votes
2answers
14 views

Replacing values of a column in a migration

I have a column called "p_type" which is string, since I thought to have types A, B and C as strings now I realize that it is better to have that as a bitmask so I can have A and C together. If I ...
-1
votes
0answers
31 views

Stored Procedure Migration Across Different Database Platform [closed]

I have a task at hand, it's quite complex. Any of you here have an idea on how to migrate Stored Procedure (SP) from one database platform to another? Say for instance, SP in MySQL to Oracle? I'm ...
0
votes
1answer
24 views

Can I create multiple Hosted Zone in Amazon Web Services

I have more than 1 domains registered with me . Recently signed-up for Amazon Web Services (AWS) . Can I transfer multiple domains and use "Hosted Zone" services in AWS to host them. In simple ways I ...
0
votes
1answer
68 views

Migration For a Modular System

I want to create a modular system.I have a problem about concept of migration in my project. I need a series principle about create Modules and do migration. For example assume I am creating a ...
0
votes
1answer
41 views

With Chef, how do I run a Rails migration only once?

I'm running a Rails app with three web servers and one database server (an AWS RDS server). I deploy with Chef Solo. Currently I set 'migrate true' in my rails_app recipe, and "rake db:migrate" gets ...
-1
votes
0answers
51 views

How do to fix a django.db.utils.DatabaseError?

I am using postgres for my django project,i have installed South for migrations, i go ahead to include it in INSTALLED_APPS. But when i run a syncdb i get the error, django.db.utils.DatabaseError: ...
0
votes
4answers
45 views

How can i get my south migrations to work?

I am having trouble having south to work with my django project, i have followed the south documentation on converting apps to south and also looked here (How come my South migrations doesn't work ...
0
votes
0answers
12 views

DataModel versioning and migration

I've updated my app and uploaded it to the appstore. It went through review without any problems. The thing is, when someone downloads the app theres no problem, but as soon as someone got the ...
3
votes
1answer
139 views

Laravel Migration add field after data is in table?

I have a migration called CreateItemsTable; I ran that, I have items in that table, now I need to add a new field to the table. I can't just add a field to the migration file and migrate:refresh ...
0
votes
0answers
10 views

Delete all migration files on heroku

heroku is giving me issues. I want to delete all the migration files on heroku . The problem is that, on of the migrations is to modify a foreign key relationship. But this issue is that the ...
1
vote
2answers
43 views

Rake db:migrate - how do I know if there is an unrun migration

I am working on an existing rails application, making changes and updating it. How do I check if there are unrun rake db:migrate in it? Is there a direct command?
0
votes
1answer
15 views

Redirection of subdirectory to totally new domain

I've got a site merge that's a little confusing. The old site lived at: oldsite.com/Subdirectory The new site lives at: newsite.com/ I'm unsure as where to put my .htaccess 301 redirects. Do I put ...
-1
votes
1answer
20 views

Copy an Entire Directory from a Remote Server to My Server Using SSH [closed]

Hello I was wondering if there was a way to copy an entire directory including sub-directories using SSH from a remote server to my server as I am migrating my site
0
votes
2answers
96 views

Migrating from TFS 2010 to TFS 2012

We have just created a new Windows Server 2012 with TFS 2012 using a SQL Server 2012 db. I need to migrate the code with history from a TFS 2010 using SQL Server 2008 RS to this new server. Any ...
0
votes
0answers
57 views

Table of commands which compare Mysql and Postgresql [closed]

I want to migrate my MySQL database to PostgreSQL. For now I know that I can use mysql2psql for migrating the current data. But well I'm new to PostgreSQL and noticed that the commands are different ...
0
votes
1answer
19 views

Approach in migrating Access rows to existing SQL tables

I have used SSMA 5.2 to migrate an Access 2010 database to SQL 2005 (SP3). The SQL database is part of an ASP.NET application and is currently in production. However, users have also been inserting ...
0
votes
1answer
54 views

What is Fast&Easy way to migrate Flex 3.5/4 Web App to Flash Builder 4.6 for Mobile iOS?

I currently have a fully working web app built in Flex 3.5/4 using java back end with Spring Framework using TomCat. I need to migrate or convert this project into Flash Builder 4.6 to create a ...
-2
votes
1answer
73 views

Textbox link preview in asp.net [closed]

I have to create an application for link and video sharing, similar to facebook. I tried to search any tutorial/demo/code snippet for the same. There are tons for tutorial in php to do that Link 1 ...
0
votes
1answer
21 views

Best way to migrate table data to other table

Considering 4 models (very simplified) class Group1 << AR::Base has_many group1_items end class Group2 << AR::Base has_many group2_items end class GroupItem << AR::Base ...
1
vote
1answer
66 views

Why can't my app modify development postgresql database after migrating from SQLite?

I switched my development database from SQLite to postgresql. My app worked in both development and production (Heroku, postgresql) but now I cannot modify, delete or create records in the new ...
0
votes
0answers
35 views

Execute additional SQL after Doctrine Migration

How can I execute additional SQL queries to update my database schema automatically to ENUMs? I want to use ENUM for a MySQL column and implemented the first solution of the doctrine-documentation ...
2
votes
2answers
122 views

Migrating RMS to RDB

We're approaching the migration of legacy OpenVMS RMS files into relational database (both MS SQL 2012 and Oracle 10g are available). I wonder if there are: Tools to retrieve schema of indexed files ...
0
votes
0answers
64 views

Maximum execution time of ___ seconds exceeded Drupal 7 in batch

I have a problem with Drupal 7, only default language used. Migrating one non Drupal forum db to Drupal. As forum has a lot of records in db, doing everything in batches. But here comes a problem. ...
0
votes
2answers
33 views

Rails migration — rake db:status says migration is down, but database is already migrated?

I have a local PSQL database setup and am having issues getting rake db:migrate to function properly. For instance, my database has already had its high_school column name changed to high_school_name, ...
1
vote
1answer
143 views

SecureSocial error after Play 2.0->2.1 migration

I get a tenacious error with SecureSocial after Play 2.0->2.1 migration. I am using the following dependency: "securesocial" % "securesocial_2.10" % "master-SNAPSHOT", I launched play 2.1.1, ...

1 2 3 4 5 58