railsdevs.com: `bin/setup` failed on fresh install
Describe the bug
bin/setup failed on a fresh repo install.
To Reproduce Steps to reproduce the behavior:
- Git clone
git@github.com:joemasilotti/railsdevs.com.git. - Run
brew bundle install --no-upgradeand wait for it to finish. - Run
bin/setup - See error. Full Console output Gist here
Expected behavior The installation script should automatically get the application setup.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context On MacOS Monterey MacBook Pro (13-inch, 2020) 12.3.1
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 19 (19 by maintainers)
@joemasilotti let me have a look.
Ah, that’s great to know! Thanks for digging in and following up.
Unfortunately we can’t set a minimum version in the Brewfile, so
Brewfile.lock.json:272will have to do for now!That looks like your version of Postgres doesn’t support that syntax, but you’re running a version higher than me. (I’m on 14.2.) So I’m really not sure what’s going on here!
Maybe a red herring, but I just reran the migrations and the following diff was made to my schema. I wonder if this is related?
FWIW I couldn’t reproduce the issue with a fresh, deleting the existing databases, and running
bin/setup.Thanks for debugging @themudassarhassan!