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
Please vote on this issue by adding a 👍 reaction
to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do
not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Debug Output
N/A
Panic Output
N/A
Steps to Reproduce
Use Liquibase v4.27.0.
Have a dataset set to Multi-region EU.
Have a dataset replica set up in the US.
Do not specify the Location in the URL
Run a Liquibase command
Expected Behavior
The expectation is that it would connect to the EU location without needing to specify it in the URL.
Actual Behavior
Liquibase is connecting to the US region even though is it the secondary replica which is read-only.
{
"code": 400,
"errors": [
{
"domain": "global",
"message": "The dataset replica of the cross region dataset '<host>:<dataset>' in region 'US' is read-only because it's not the primary replica.",
"reason": "invalid"
}
],
"message": "The dataset replica of the cross region dataset '<host>:<dataset>' in region 'US' is read-only because it's not the primary replica.",
"status": "INVALID_ARGUMENT"
}
References
#0000
The text was updated successfully, but these errors were encountered:
Community Note
to the original issue to help the community and maintainers prioritize this request
not help prioritize the request
Debug Output
N/A
Panic Output
N/A
Steps to Reproduce
Expected Behavior
The expectation is that it would connect to the EU location without needing to specify it in the URL.
Actual Behavior
Liquibase is connecting to the US region even though is it the secondary replica which is read-only.
References
The text was updated successfully, but these errors were encountered: