pgloader mysql://root@localhost/test postgresql://Notengo1@localhost/test3
donde test es la bdd de mysql y test3 la de postgre
OBSERVACION: es puto con los . en el nombre de la bdd
LOAD DATABASE
FROM mysql://root:password@localhost/osceara
INTO postgresql://rob:password@localhost/oscearapostgre2
WITH
quote identifiers
CAST
type char when (= precision 36) to uuid drop typemod;