Most voted "migration" questions
20 questions
Sort by count of
-
7
votes2
answers611
viewsSuggestion Migration System and modeling of individuals and legal entities in system with Entity Framework
Well, here’s the thing. I have a database that has the purpose of making a company’s ledger, basically this bank has a table CaixaCorrido with the columns Id, PessoaNome, DataHora, Descricao, Valor,…
-
4
votes2
answers252
viewsScope equivalent to @Stateless on CDI
I’m migrating the notes EJB from my application to CDI and I have some doubts: What is the equivalent scope @Stateless of the EJB at the CDI? The @ResquestScoped would act in an equivalent manner? I…
-
3
votes2
answers381
viewsSELECT issues with postgresql
I am making a migration from mysql to postgres, but there is an error happening, not much experience with postgres: SELECT SELECT m.* , (SELECT c.id FROM corridas c WHERE c.motoqueiro = m.id AND…
-
2
votes1
answer108
viewsRemove a Foreign key from a production server?
I have a table cad_address with the registration of the address of my users. I also have another order table mov_order that has a key Foreign address_id to the address table, responsible for the…
-
2
votes0
answers195
viewsProblems when migrating Cakephp site between servers
I’m trying to migrate the site between servers, but to validate the functioning of the site, downloaded and I’m trying to install on Wamp. I have no experience with the framework Cake. I already…
-
2
votes1
answer290
viewsMYSQL to POSTGRESQL via SED
I am looking for a way to migrate my backup from a Mysql database to Postgresql. The simplest way I found was using sed upon backup, but it hasn’t worked. It was like this: 1 - performing a backup 2…
-
2
votes1
answer115
viewsIs there a way to do "Migration" in Rabbitmq?
Hello! I wonder if there is any alternative to create/change/remove Exchanges, queues and bindings without relying on the framework (in my case, Spring) for this. Often we need to change the name of…
-
2
votes0
answers43
viewsHow to migrate a website without losing domain rankings
A client has a rather old site in Wordpress and hired me to make improvements on the site: change theme, content of pages, delete some pages and add new. All these improvements I’m making a…
-
1
votes2
answers43
viewsDoubt when migrating Gulp code
Good evening, I would like to know how to update this code snippet from Gulp 3 to Gulp 4. Everything before worked perfectly, I was updating the lib for vulnerabilities and now appears the following…
-
0
votes1
answer622
viewsHow do you turn a javascript function into an angular "function"?
I have the following Angular code. angular.module("contato", []); angular.module("contato").controller("contatoCtrl", function($scope){ $scope.app = "contatos"; }); How to use a normal javascript…
-
0
votes2
answers191
viewsHow to migrate data between views using Tab Bar Controller (Swift)
I have a Tab Bar Controller with three buttons. How do I take an array, loaded from data stored in Core Data, from a view (button 1) to another view (button 2)?
-
0
votes1
answer123
viewsMigration php 5.4 to 5.6
I have a server with php 5.4 and needed to upgrade to php 5.6 in order to run cake 3. It turns out that the client has a pure php system running in this old version and is now afraid to do this…
-
0
votes1
answer356
viewsMigrate Firebird Delphi 7 Application to Postgresql
I am trying to migrate an application that was developed in Delphi 7 and that uses the database Firebird to save your information, to the database postgresql, from this, I have already been able to…
-
0
votes0
answers101
viewsUse @keyframes of css with angular 5.2.6
I’m migrating a project and it had some animations. The same goes for animations in css with @keyframes, but putting directly into the component’s css and viewing the generated page from the angular…
-
0
votes1
answer19
viewsUpgrading phpunit v5.1 to V6.5
Hello, I am upgrading phpunit from a 5.1 to 6.5 system, but from the upgrade, the tests that were all working successfully started to fail. The error message is: 1) Tests Administration Controller…
-
0
votes0
answers27
viewsTechnology migration
Today we have an application made in java, but this application does not use any framework in the back end, I need to do one more project and do not want to use the same architecture, I already have…
-
0
votes1
answer25
viewsHow do I migrate posts from a fully coded page to Wordpress?
Hi, I have a problem with a client of mine who’s stepping on my toes. I’ve migrated Wordpress sites to Wordpress, but I’m with a client who is wanting to migrate his site from code to Wordpress and…
-
0
votes1
answer1246
viewsError: illegal Character ' ufeff' - encoding "UTF-8 without BOM"
I’m in the process of migrating from an Android project created in Eclipse to Androidstudio. When trying to compile after migrating, the following error appears: Error:(1, 10) error: class,…
-
-1
votes1
answer111
viewsMigration oracle to sql server
Can anyone indicate me a good data migration tool for the oracle database to the sql server database and vice versa? I need to take a lot of records from the oracle database and save it in the sql…
-
-1
votes1
answer60
viewsHow to read data from a postgresql SQL?
Hello, Good afternoon I am relatively new programming, I have been working on a project that involves the mapping of some equipment, I did my part without problems but now I need to insert data from…