-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
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
Migrate to Stratos DBMigrator #1334
Conversation
@@ -57,23 +57,23 @@ echo "DBCONFIG: $DBCONF_KEY" | |||
echo "Connection string: $DB_USER:$DB_PASSWORD@tcp($DB_HOST:$DB_PORT)/$DB_DATABASE_NAME?parseTime=true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not relates to this PR - but should we be logging the db password?
@nwmac Removed the password from the echo line. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing approval for pr check
Note: This PR is based on #1333
stratos-proxy-builder
is now used to build both the backend and the dbmigrator. An environment variable can be passed to ensure it builds only the dbmigrator is required.