Skip to content

Migration tool for wikimum, used once

Notifications You must be signed in to change notification settings

Starkast/wikimum-migrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migration tool for wikimum

Add the environment variables to .env

OLD_DB_URL=mysql2://[...]
NEW_DB_URL=postgres://[...]

Start migrating

bundle exec dotenv ruby migrate.rb

To access the old database, open a SSH tunnel:

ssh -L3306:127.0.0.1:3306 phoo.starkast.net -Nv

About

Migration tool for wikimum, used once

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages