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