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
My temporary fix: In install_software.sh, set YB_RELEASE to 2.13.2.0-b135.
What I noticed is that the YB_RELEASE variable is not being dynamically pulled in from wherever it needs to be pulled (ie. nothing is loaded into that variable at run time.)
When deploying a YB Cluster using https://github.com/yugabyte/terraform-aws-yugabyte, the DB release is not being fetched from the YB_PACKAGE_URL listed in scripts/install_software.sh.
My temporary fix: In install_software.sh, set YB_RELEASE to 2.13.2.0-b135.
What I noticed is that the YB_RELEASE variable is not being dynamically pulled in from wherever it needs to be pulled (ie. nothing is loaded into that variable at run time.)
This is causing https://github.com/yugabyte/terraform-aws-yugabyte and https://github.com/yugabyte/aws-cloudformation to work incorrectly.
The text was updated successfully, but these errors were encountered: