skip to Main Content

Database creation issue on production – Nginx

I need to create rails app with nginx and puma. I followed this guide: https://www.codeflow.site/fr/article/how-to-deploy-a-rails-app-with-puma-and-nginx-on-ubuntu-14-04. but this line doesn't work as expected: RAILS_ENV=production rake db:create it drops the following error: ** Invoke db:create (first_time) ** Invoke db:load_config (first_time) ** Invoke…

VIEW QUESTION
Back To Top
Search