Open kunagpal opened 2 years ago
Unfortunately this project hasn't been maintained over the past few years. If you're interested in making any improvements (like creating a Docker image) I will happily discuss/review your changes.
@michaelfinch I see. At this point, is Shift in LTS mode, or is decommissioned a more accurate description? I'm more than happy to send a WIP
Docker pull request if the former, and open to taking ownership if the latter 😅.
I think a few people still use it, but it hasn't gotten any attention in a few years. At this point I'm inclined to archive the repo since it sounds like the installation instructions don't even work anymore. If you think the project is still useful and would like to give it some TLC I'm open to discussing that as well.
I do believe that this project helps reduce human effort in database operations. We should discuss the TLC further!
Thanks for building and sharing this great product!
Would you consider creating a Docker image for this?
I tried going through https://github.com/square/shift/wiki/Installation-Guide, but the setup errors out on the latest
master
, because of version drifts over time, and native extensions failing to build on Ruby 2.2. Even after bumping to Ruby 2.5, packages likejson
,mysql2
, andtherubyracer
need version tweaks, which triggers a need for cascading changes all over the place.I'm more than happy to share an attempt in progress so we can discuss better. Thanks!