I have an rails application deployed on flyio. I recently moved my application to new organization and now on deploying, I am getting the below error. Any suggestions on how can I fix this issue. My database app resides in another organization.
ActiveRecord::NoDatabaseError: We could not find your database: snaply. Which can be found in the database configuration file located at config/database.yml.
To resolve this issue:
- Did you create the database for this app, or delete it? You may need to create your database.
- Has the database name changed? Check your database.yml config has the correct database name.
To create your database, run:
bin/rails db:create