You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has recently come to our attention that if a migration command depends on environment variables set on env.cloud, it fails miserably. To address this manually you can populate the migration text field that appears the moment you check migration with the following:
It has recently come to our attention that if a migration command depends on environment variables set on env.cloud, it fails miserably. To address this manually you can populate the migration text field that appears the moment you check migration with the following:
source /data/_appname_/shared/config/env.cloud && rake db:migrate
addressing this on serverside could have the following outcome:
The text was updated successfully, but these errors were encountered: