zync
https://github.com/3scale/zync
Ruby
Zync takes your 3scale data and pushes it somewhere else, reliably.
UpdateQueTablesToVersion5#down
No Docs, write some!
Edit
git clone [email protected]:3scale/zync.git
cd zync
open db/migrate/20230629131935_update_que_tables_to_version5.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-UpdateQueTablesToVersion5-down-for-pr
# Commit to gitgit add db/migrate/20230629131935_update_que_tables_to_version5.rbgit commit -m "better docs for UpdateQueTablesToVersion5#down"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-UpdateQueTablesToVersion5-down-for-pr
hub pull-request
# Celebrate!