We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When attempting to deploy the policy server in an ec2 instance the migrations refused to operate, and the db-migrate would silently fail.
db-migrate up
All the migrations run through before start up
No migrations run and the server starts up anyways
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
db-migrate up
in an aws ec2 environment with a fresh server installExpected Behavior
All the migrations run through before start up
Observed Behavior
No migrations run and the server starts up anyways
The text was updated successfully, but these errors were encountered: