So , im running rocky linux 9.1 in my machine and im doing some test , migrating all my Databases on mariabd to postgres , and for that i want to use PGLOADER
I could not do "dnf install pgloader" on rocky linux 9.1 to install pgloader , so i had to download myself from git and do a "make" instead the folder pgloader.
In the end of the "make" im getting this message (not a error) :
;; loading system "pgloader"
that's ugly, but necessary when building on Windows :(
mv build/bin/pgloader.tmp build/bin/pgloader
And i cannot initialize pgloader... when i go check the folder build/bin , the file inside is correct as the message told me to do "pgloader" instead "pgloader.tmp".
I cannot do pgloader --version, nothing... it seams nothing was installed.
Hello , i hope you are all good.
So , im running rocky linux 9.1 in my machine and im doing some test , migrating all my Databases on mariabd to postgres , and for that i want to use PGLOADER
I could not do "dnf install pgloader" on rocky linux 9.1 to install pgloader , so i had to download myself from git and do a "make" instead the folder pgloader.
In the end of the "make" im getting this message (not a error) :
;; loading system "pgloader"
that's ugly, but necessary when building on Windows :(
mv build/bin/pgloader.tmp build/bin/pgloader
And i cannot initialize pgloader... when i go check the folder build/bin , the file inside is correct as the message told me to do "pgloader" instead "pgloader.tmp".
I cannot do pgloader --version, nothing... it seams nothing was installed.
Can you help me ?
Thank you very much Best regards