Questions tagged [migrating]

Moving program from one platform to another, or replace some of the libraries with other versions or similar libraries

126 questions
2
votes
1 answer

How to transfer Windows Netbeans projects into linux Netbeans

I recently moved from Windows to Fedora and now I need to open and work on my projects in linux. Can you tell me how can I move it into linux?
2
votes
1 answer

Environment specific prompt when migrating or seeding in Laravel/Artisan

I like that Artisan will prompt me before running potentially destructive operations like migrating and seeding on production and I'm wondering if there's any way for me to get that functionality in other environments, such as staging. For example,…
Beau
  • 1,771
  • 1
  • 15
  • 20
2
votes
0 answers

Undefined references errors linking libQxt to project. Migrating from Qt4 to Qt5

I am migrating a project from Qt4.x to 5, I am almost finished but I am getting errors when linking libQxt. At first I downloaded the libQxt for Qt5 & compiled it with Qt5 then included them in the project, but it didnt solve any of the undefined…
Victor
  • 907
  • 2
  • 17
  • 42
2
votes
1 answer

Creating initial CouchDB database with millions of documents

I have a Postgres database with many millions of records that I want to migrate to CouchDB. I know how I want to represent the records as documents, each document will have 9 items (4 integers, 4 text strings, and a date string). My question is: Do…
2
votes
3 answers

Selecting a good Framework for web-development

Based the accepted answer to this question I've setup a NetBeans/tomcat environment. In testing this setup I'm trying to create a Java Web/Web application, but is stumped by the a choice of frameworks for this test-app. The choices are: Spring Web…
slashmais
  • 7,069
  • 9
  • 54
  • 80
1
vote
2 answers

Drupal 6 Migration

Short question, hopefully short answer is needed. I migrated my drupal 6 site from live server, to localhost. I copied all data from live server to /var/www, changed the settings.php to the new mysql database login information. The main page opens…
Gergely Csata
  • 65
  • 2
  • 11
1
vote
0 answers

Migrating password from firebase to postgres problem

I need your help, SOF. I want to migrate users from Firebase to a PostgreSQL database, but my issue is with the hashed passwords stored by Firebase. How can I verify if a plain-text password matches a hash provided by Firebase? I can't figure it out…
1
vote
1 answer

Can any on help me to fin find my javac and jni.h in java 11?

Im working on the new release of a software who moves from java 8 to java 11. I have installed both javas. In my .bashrc file i have the following lines for when im working with java 8: export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ export…
bencomo
  • 31
  • 3
1
vote
1 answer

Is "Click Once" supported for .Net Core WPF?

What is the correct pattern/ what packages to use for WPF click once deployment in .net core 3.0( earlier versions are okay too)? I am currently migrating a WPF app from netframework 4.8 to .net core 3.0. I have been using click once deployment in…
1
vote
0 answers

Trying to migrate a code from Python to JavaScript and stuck at encoding/computing

Trying to migrate the following Python code to Javascript and failing: import binascii as ba import struct pData =…
NitayBZ
  • 11
  • 2
1
vote
1 answer

Can't login to authorize upgrade to Umbraco 8.1

I'm trying to migrate my Umbraco 7.13 to Umbraco 8.1. I'm using this guide. I've succesfully completed step 1 so my site is now using version 7.14. I've set my connectionstring and i changed the version in my web.config to 7.14.0 but when i lauch it…
1
vote
1 answer

Using AbstractTransactionalJunit4SpringContextTests in Junit5

Is it possible to use AbstractTransactionalJUnit4SpringContextTests in junit5?
1
vote
1 answer

Method collectionView (didSelectItemAt...) doesn't Work at iTunesConnect; However, It does Work on Debug

I've updated my Xcode to the latest version, currently it's 10.2.1(10E1001) and migrated my project from Swift 4 to Swift 5. It made me some troubles, but finally I've built my project and it works correctly from debug version on my iPhone. After…
1
vote
1 answer

Upgrading 3rd-party libs while migrating php from 5.6 to 7.2 without composer

I have to upgrade a production php webserver from php-5.6 to 7.2. While upgrading to 7.2 I run to lot of deprecation inside 3d-party libraries. I did not developed the project. And it seems that the project does not use any package manager software…
Viktor Veselý
  • 263
  • 3
  • 10
1
vote
0 answers

What change does array_unique() make when migrating to PHP 7.2?

Here is the description of array_unique() in PHP 7.2: If sort_flags is SORT_STRING, formerly array has been copied and non-unique elements have been removed (without packing the array afterwards), but now a new array is built by adding the…
TungPS
  • 51
  • 6
1
2
3
8 9