Questions tagged [migrate]

Migration is the process of moving data from container to another. This includes migration to and from physical containers (e.g. hard disks) and migration to and from logical containers.

Migration is the process of moving data from container to another. This includes migration to and from physical containers (e.g. hard disks) and migration to and from logical containers.

Migration often involves some form of reorganization of the data.

Physical migration includes (but is not limited to):

  • moving data from an old hard disk to a newer one
  • moving data from one server to another

Logical migration includes (but is not limited to):

  • migrating data from one database system to another (e.g. Oracle 10g to MySQL 5)
  • migrating existing web applications from one web server to another
  • migrating a cell phones contact list to another cell phone

In contrast to , the data held in the original system after the migration process has been successfully completed is not necessarily used any more.

1099 questions
-1
votes
1 answer

How to migrate/upgrade ExtJS 3.2 to ExtJS 4.2 download and How to download the migrated file?

I read regarding this - --> use extjs-all-debug.js at time of development and migration. Compatibility mode require ext-compat.js and ext-core-compat.js files.
Nishan Shah
  • 1
  • 1
  • 1
-1
votes
1 answer

Git migration: copy commits from one repo to an another including merge commits and preserve history

Our project recently(~4 months ago), moved from SVN to git. Our initial migration was done by a guy, who had basic git knowledge. Our git repo is a bit chaotic now(there is a commit where 1million file was deleted, the diff is like 25G). I would…
Gwelican
  • 11
  • 1
-1
votes
1 answer

Every time I run Python manage.py I get this error

pycharm@glenn-liveconsole3:~/mysite/quickstart$ django-admin.py syncdb Traceback (most recent call last): File "/home/pycharm/.virtualenvs/anchondo/bin/django-admin.py", line 5, in management.execute_from_command_line() File…
-1
votes
1 answer

google drive migration api

I received the following email and have been IM'ing with google support for an hour. They have no idea how to direct me to migrate the drive. Can someone please advise as to what to do. See email below: Google IMPORTANT: Steps to migrate from…
-1
votes
1 answer

Error when i add foreign key in yii

when i add this foreign key using migrate yii display this error: add foreign key fk_material_userprofile: material (insert_user_ID) references userprofile (userID) ...exception 'CDbException' with message 'CDbCommand failed to execute the SQL…
user3231235
  • 37
  • 10
-1
votes
1 answer

Porting html template into UmbracoCMS

I am given a html template (with css3 and js), the template is kinda big (about 20 html pages). I need to port the template into Umbraco and cant find a way to do that.I have managed to create a document type with the index.html template, but I…
-1
votes
2 answers

YII framework, is SSH required to run protected/yiic.php migrate

We have a company doing several websites for us using the YII framework. The developers tell us that in order to run protected/yiic.php migrate that they must have SSH access to our server. We are reluctant to provide SSH as there are many clients…
user2641873
  • 59
  • 1
  • 4
-1
votes
1 answer

migrating from 1.5 to joomla 2.5

Im having huge problems with migrating from 1.5 to 2.5 I bought SPUpgrade but still have no real luck. Not sure what Im doing wrong.. Is there a fail proof way to mirgrate old 1.5 joomla websites into 2.5? Thanks
Callum
  • 197
  • 2
  • 8
  • 17
-1
votes
1 answer

Migrate products from Excel to Magento

I have an Excel file with simple products that need to be migrated to my Magento store. There are images there as well. The number of products is nearly 20 000. It's a huge data, so I'm worrying, that it could be crashed during the moving process.…
Marianne
  • 23
  • 1
  • 9
-1
votes
1 answer

How can I migrate my likes of a link to another link?

I have remade my site, but it contains different links with old site. How can I migrate likes?
-2
votes
0 answers

laravel migration Syntax error or access violation

I have a table migration in Laravel $sql = ' CREATE OR REPLACE FUNCTION PUBLIC.get_close_mid_that_date(currncy_id bigint, date timestamp ) RETURNS numeric AS $sql$ SELECT …
-2
votes
1 answer

Migrate Woocommerce Customers to Wordpress users and keep their purchases

I've a site with 1300 customers who've bought about 5k products between them. Now, I'd like to convert/migrate those Customers to Wordpress users and keep their purchases, so they can login and see what they've bought. The customers were all set up…
-2
votes
2 answers

What does this error mean? And how to solve it?

I am trying to add models to the database and I am getting an error. Please explain what I am doing wrong. dadi2015@ubuntu:~$ sudo python3 /home/allianceserver/myauth/manage.py migrate [sudo] password for dadi2015: Traceback (most recent call…
-2
votes
1 answer

"Deprecated" error migrating blog from blogger to wordpress

I've migrated my old blog from Blogger to Wordpress. It's worked but I've received the following error: "Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Blogger_Importer has a deprecated…
Mel
  • 1
-2
votes
1 answer

SQLSTATE[42000]: Syntax error or access violation: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key"

Ive got the error: SQLSTATE[42000]: Syntax error or access violation: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key") when i try to migrate my laravel db .Heres my schema... …