Skip to content

dnewbies/move-production-data-to-data-warehouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Install pgloader:

Installation guide: https://github.com/dimitri/pgloader/blob/master/INSTALL.md

Create new Postgres database and run command:

createdb pagila  
pgloader mysql://user@localhost/sakila postgresql:///pagila 

A single command for VSell project

(This command should run on Linux. A known issue has been reporting on Github relating to mySQL SSL when running on macOS)

pgloader mysql://user@localhost/sakila postgresql:///pagila

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published