-
Notifications
You must be signed in to change notification settings - Fork 678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Error running rails db:setup on a fresh install #370
Comments
What version of ruby are you using? |
I use rvm with .rvmrc: rvm use [email protected] --create |
Got it - I'll try using |
Any update on. This has been a nightmare to install on a fresh ubuntu instance as well as a docker container. |
@treprime are you using RVM as noted above? |
@cktricky I managed to get it working on my instance of Ubuntu. Steps below
|
Thank you @tre-island. I think I need to try and build this on a fresh ubuntu install to see what we could improve on our end. |
Running
rails db:setup
returns an error.🐞 Problem
I performed a fresh clone,
bundle install
, and subsequentrails db:setup
and received the following error:Steps to reproduce:
git clone
bundle install
rails db:setup
💡 Possible solutions
I have a feeling this could be a ruby/rails version issue (I noticed the Ruby version was recently upgraded).
The text was updated successfully, but these errors were encountered: