What error are you getting? Be sure to install the driver using the official guide (i assume it works like a regular sql server. I work with one daily l
@Sinnbeck I'm unfortunately not getting any error.
When I try to migrate data using a command, the command line is empty and stalls... BUTT I just checked the log file and looking like I'm getting an invalid text representation error...
I think that is the issue. Weird thing is that we are not seeing that issue locally and can run the command just fine. (What it does is take data from the Azure database and insert it into the new PG database.)
[previous exception] [object] (PDOException(code: 22P02): SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type bigint: \"acesdaff\"
@Sinnbeck Yes, so we can run the command just fine running locally and yes the database has all of the data from the clients old application. We're only doing select commands and some transformations on our end.
@Sinnbeck Will do. I'm going to be away for a bit but will try as soon as I'm able. Appreciate those questions and advice greatly! Why I love posting things here. Clears the mind so much haha.
@Sinnbeck yes for sure. Guess what? it was working fine the entire time! I just was not being patient, and in the production environment, the console logs were not being displayed. When I switched the environment to dev and debug to test and run the command everything went smoothly.
Thanks a bunch for your help. Just having someone to question helped as I was going to do what you mentioned with dev enabled, and decided to try again in that environment. Thanks again!