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
2 answers

copy redis keys from one ec2 to another ec2

There are 100k keys in my ec2. I want to copy all keys to another ec2 without BGSAVE and SAVE commands. I want to copy all keys with Linux command. Is there any Linux command to do so?
-1
votes
1 answer

Android 3.0.1 Error:Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve project :app2

I imported the project 'forecastie-master-master' from GitHub to my own project. I followed the steps for importing a project. Please help me with this error, I am new to importing projects. my own project's gradle: apply plugin:…
Sidnetopia
  • 97
  • 8
-1
votes
1 answer

Generate New Path via PowerShell

I'm currently working on a PowerShell script that migrates databases from one server to another. Part of the migration includes restoring the databases on the new server. I want to make this automation as dynamic as possible, so part of my script…
drake
  • 259
  • 4
  • 17
-1
votes
2 answers

Can't log into Active Admin after pushing to Heroku

I was trying to push a Rails app including active_admin to Heroku. I expect to be able to log into Active Admin after pushing to Heroku I have built a Rails app using active_admin. First I tried it on my localhost. I logged in with…
minennick
  • 91
  • 1
  • 1
  • 12
-1
votes
1 answer

In django, does "migrate" just do database stuff?

I understand migrate sets up the database according to the migration, but the scope of it's operation seems to go beyond that. When I ran manage.py migrate, not only did it apply the database migrations, which is good, but it also went through the…
-1
votes
2 answers

exporting a CSV file which includes categories, images, and products

I want to create a CSV so I can migrate all my products images and categories from one domain on an opencart site to a new domain on my wordpress site, can anyone tell me how to do this task please -many thanks?
-1
votes
2 answers

I can't migrate at another database

I have well working project on local. I use postresql. Ok. I create another database in postgres locally and specify new name/user/password in settings.py of project. When I do $ python manage.py makemigrations I get error as relation…
user233057
  • 33
  • 5
-1
votes
2 answers

Move MS Access tables to be used in SQL Server

I'm using MS Access 2013. I have a some tables which I would like to migrate to SQL Server 2012 (Management Studio). I want these tables to be used in SQL Server for addition etc., but I also want these tables to show as 'linked' in MS Access. How…
TripWire
  • 71
  • 1
  • 10
-1
votes
3 answers

Laravel continous development for production site

I develop a laravel site in localhost. I'm very interested in the best way to migrate database to production site without losing current data.
trisztan
  • 53
  • 5
-1
votes
1 answer

Update VSTO Excel workbook without interfering with the Data itself

I built an Add-in for Excel using VSTO, and deployed it over... now i have an updated version (where there are some new Toolbar Controls, a new column, and some bugs fixed in the behaviours). my problem is that my client was working with the…
Tomer W
  • 3,395
  • 2
  • 29
  • 44
-1
votes
2 answers

python manage.py migrate error

I am learning Django and was trying to migrate manage.py using the command python manage.py migrate. But what happened is (venv) Kaustubhs-MacBook-Pro-2:crmeasy kaustubhmundra$ python manage.py migrate Traceback (most recent call last): File…
-1
votes
1 answer

Migrate sybase 11.5 to 12.5.4

I would like migrate a database of sybase ASE 11.6 to a other server sybase ASE 11.9.2(ssma), 12.5.4 or later I don't find a way to do that, i try to dump a database from 11.6 like that: sp_dboption '','single user',true go use
Schoulzzz
  • 1
  • 3
-1
votes
1 answer

how to make an object migrate from one container object to another. (like software agent!)

Suppose I have two objects of PARKING class that are respectively P1 and P2. PARKING class have unique identifier (UUID). I also have an object of class CAR which its name is mycar. My car is currently built in P1 and now wants to migrate to P2.…
Farhood
  • 3
  • 1
  • 6
-1
votes
2 answers

Wordpress - Migrate Theme In New Wordpress

I wondering how to migrate custom theme from another wordpress to another without copying the whole wordpress... I already tried copy the folder theme to new wordpress, but it has a lot of problem, because in the new wordpress, there is no Page as…
Syamsoul Azrien
  • 2,534
  • 4
  • 32
  • 55
-1
votes
1 answer

Can't migrate in laravel

I made a small project in laravel using MAMP, and everything works fine. Now I'd like to put the project online. I copied the project with FTP and changed the database.php file. 'mysql' => [ 'driver' => 'mysql', 'host' =>…
Viktor De Bock
  • 139
  • 1
  • 2
  • 17