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
-2
votes
1 answer

Error in migrate it's error 1045

I have a problem when I write PHP artisan migrate it is error 1045 but I give my password in .env file tru. Please help me fast.
-2
votes
2 answers

Migration of SQL Server stored procedures to Oracle?

I have a question: what is the best practice for migrating SQL Server stored procedures to Oracle? Thanks.
-2
votes
1 answer

Bootstrap Migrating or Updating Between v3.X

Is there is a guide to migrate or update between v3.X For example migrate from v3.1.0 to v3.2.0 Is it safe to update without making any changes?
Yamona
  • 1,070
  • 1
  • 16
  • 36
-2
votes
1 answer

How to migrate Sql Server to Oracle in different Computer

I want to migrate Sql Server from Computer A to Oracle in Computer B by LAN I had migrate MySql to Oracle using sql developer in one machine..But now my case is in different computer..very confuse to configure the connection Can u give me the best…
Cemox
  • 43
  • 8
-3
votes
1 answer

Method Illuminate\Database\Schema\Blueprint::unsignedBidInteger does not exist

PS C:\xampp\htdocs\learning\laragon\lavue> php artisan migrate Migrating: 2022_07_17_042348_create_transaction_details_table BadMethodCallException Method Illuminate\Database\Schema\Blueprint::unsignedBidInteger does not exist. at…
kaisar
  • 1
  • 2
-3
votes
1 answer

Can't php artisan migrate

I was having a problem, did you know how to fix it? I'm using a web hosting server and trying to do that php artisan migrate Exception trace: 1 PDOException::("SQLSTATE[HY000] [1045] Access denied for user 'u739920537_root'@'*********' (using…
-3
votes
1 answer

How to migrate to swift 4 if i can't compile because of cryptoswift?

I need to compile my code but xcode can't migrate to swift 4 because it can't compile in swift 3 but Cryptoswift framework don't want to compile because it need to be in swift 4. I can compile on another computer in xcode 8.3.3 but can't upload on…
Coryn Hoole
  • 1
  • 1
  • 5
-3
votes
1 answer

Laravel 4.0 to 5.7 migration

I have a Laravel 4.0 application. Is it possible to migrate this instance to Laravel 5.7? What are the impacts of this on the system and how can I do it?
-3
votes
1 answer

Migrate from Oracle JDK to OpenJDK

Migrate from Oracle JDK to OpenJDK. My services installed OracleJDK package version: 1. java version "1.6.0_45" Java(TM) SE Runtime Environment (build 1.6.0_45-b06) Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode) 2. java version…
Young King
  • 79
  • 2
  • 13
-3
votes
1 answer

Error trying to migrate with Laravel

enter image description here Create a table in Laravel, when trying to migrate, this error occurs to me, someone can help me Error trying to migrate with Laravel
-3
votes
1 answer

Laravel migrate

I have some problems with php artisan migrate. It's only install users and migrations in database but no other files that i have. I installed this project https://github.com/thedevdojo/chatter so you can be sure that code is clear and it's working,…
Rade
  • 69
  • 3
-3
votes
2 answers

Read binary (.hgt) file in Swift (migrate code from c++ to swift)

I need to read elevation data from a binary .hgt file in Swift. I have found this result for c, but I can not migrate it to Swift. #include #define SIZE 1201 signed short int matrix[SIZE][SIZE] = {0}; int main(int argc, const char *…
Zorro02
  • 31
  • 6
-3
votes
2 answers

Upgrade Rails App From 1.2.3 to 5.0.0.rc1

I have an app that is running on Rails 1.2.3 created in 2009. Now I want to Upgrade to latest rails version Rails 5.0.0.rc1. I require the git commits made on app to persist with the app, this might not be possible if I am going with re-writing the…
-3
votes
1 answer

php errors in a structure that works perfectly on another server

I am migrating a php structure onto a new server, The original test bed at http://www.texility.com/ works quite well, and I have made an identical mySQL structure and have the same php over on a new server at http://www.sequility.com/ But as you…
Ty Underwood
  • 897
  • 1
  • 6
  • 9
-4
votes
2 answers

Migrating from Java 6 to Kotlin

I have some projects in Java 6 and Spring on app server. Because of limitations in my infrastructure and governance planninng I cannot migrate to newer Java 7 or 8. I think i could add Kotlin in those projects to use features like functional…
1 2 3
73
74