Migrate2Postgres icon indicating copy to clipboard operation
Migrate2Postgres copied to clipboard

Easily migrate from other DBMSs to PostgreSQL

Results 19 Migrate2Postgres issues
Sort by recently updated
recently updated
newest added

I ran the application but apparently when it creates the tables it does not know how to add a foreign key. it's that correct? or the app should know how...

This project doesn't appear to work with postgres 10. After rewriting the bash script to work on my mac, the generated DDL will not execute.

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.18 to 42.4.1. Changelog Sourced from postgresql's changelog. [42.4.1] (2022-08-01 16:24:20 -0400) Security fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to escape column identifiers so as to...

dependencies

Bumps [gson](https://github.com/google/gson) from 2.8.2 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Its a powerfull and awesome tool! I'm using this tool since February, 2022. Its perfect. But I'm taking some little erros, its a little effotr in replace on notepad++, for...

The missing PK, UK, FK, and Index can be added with few efforts with the reference in the following link. https://github.com/krgsoft/SQLtoPostgresMigrationScript.

In config file I see MS SQL Server authentication: mssql : { connectionString : "jdbc:sqlserver://localhost:1433" ,user : "%connections.mssql.user%" ,password : "%connections.mssql.password%" ,databaseName : "AdventureWorks" How can I set Windows authentication?

How do you cast data for certain columns during the DML process? I didn't see any example for that in your video or example files. for instance, I have data...

I have a schema in file and i want to convert it into Postgre DB. Can i run the tool on a file instead of a MS SQL connection and...

Foreign keys constraints are lost between tables