-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Update database configuration #972
Conversation
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.
Can we just replace custom_hba_metabase
, or is there a need to have both side by side?
- { type: hostssl, database: "{{ db }}", user: zapier, address: '167.99.89.242/32', auth_method: md5 } # for metabase (data.openfoodnetwork.org.uk) | ||
- { type: hostssl, database: "{{ db }}", user: zapier, address: '89.47.50.240/32', auth_method: md5 } # for metabase (data.openfoodnetwork.org) |
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.
I'll clean that up once I am finished with moving the metabase server
I'd like to have both so I can make sure everything is fine before pulling the plug on the old server. |
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.
Great!
271851f
to
28e821a
Compare
Update database configuration to allow connection from the new metabase server.