Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

A simple Ruby script for PostgreSQL data migration

License

Notifications You must be signed in to change notification settings

Phitherek/pg-data-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PG Data Converter

This is a simple Ruby script that can be used in data migration between PostgreSQL databases.

Dependencies

  • libpq headers
  • pg gem >= 1.0
  • Ruby (tested with 2.5.0, older versions may work)

Setup

gem install pg

or

bundle install

Usage

  • Define the data mapping (see configuration.yml.example)
  • Run ruby convert.rb

Contribute

Issues and pull requests are welcome.

About

A simple Ruby script for PostgreSQL data migration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages