troygoode / shintolin4-import

This tool is a one-off for migrate data from Shintolin V3's MongoDB-based database into Shintolin V4's PostgreSQL-based database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shintolin4-import

This tool is a one-off for migrate data from Shintolin V3's MongoDB-based database into Shintolin V4's PostgreSQL-based database.

Mongo Restore

$ mongorestore -h mongo <FILENAME>

Usage

Specify the following values in a .env file:

  • MONGODB_URL
  • POSTGRES_URL
$ yarn install
$ yarn start

License

MIT

About

This tool is a one-off for migrate data from Shintolin V3's MongoDB-based database into Shintolin V4's PostgreSQL-based database.

License:MIT License


Languages

Language:JavaScript 99.2%Language:Shell 0.8%