Skip to content

ux/parse-to-postgres-migrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Based on Parse-Migrator and Parse-DB-Import. Originally was taken from parse-community/parse-server#20 (comment).

Pre-Requirements

sudo apt-get install python python-pip
sudo pip install python-dateutil
gem install bundler
bundle install

Usage

./migrate.sh path/to/parse-export.zip db-name [optional-arguments]

Optional arguments:
  --dbuser user          default to current account
  --dbpassword password  default to current account
  --host host            default to localhost

About

Migrate your database from Parse.com to PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published