smartdevicelink/sdl_server

Migrations not running in remote environment

crokita opened this issue · 0 comments

Bug Report

When attempting to deploy the policy server in an ec2 instance the migrations refused to operate, and the db-migrate would silently fail.

Reproduction Steps
  1. Run db-migrate up in an aws ec2 environment with a fresh server install
Expected Behavior

All the migrations run through before start up

Observed Behavior

No migrations run and the server starts up anyways