Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

megahbite/mssql2postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mssql2postgres

Ruby script for migrating a MSSQL database to Postgresql.

Source database credentials should be added to a file called db_creds.yml in a YAML hash format. Available options can be found here

Destination database credentials should be added also in a hash format to a file called dest_db_creds.yml. Note the database will have to be created on the server first. Options can be found here

Tables that you want to ignore can be added to blacklist.yml in a YAML array format.

You can then run the script by running bundle install and then bundle exec ruby migrate.rb

About

Ruby script for migrating a MSSQL database to Postgres.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages