-
Notifications
You must be signed in to change notification settings - Fork 39
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
Upgrade to version 0.22.1 caused web worker to fail #280
Comments
We experienced the same issue, using Running Can anyone confirm there was something specific in upgrading to |
We experienced the same problem after attempting to upgrade to control-tower After digging deeper on this, I think the root cause may be golang version changing and this golang 1.15+ issue being hit: We haven't got a fix yet, but hopefully this helps anyone who hits similar problems. |
running into this as well: tried bumping the cert on RDS manually -> web refuses to start up because it doesn't trust that yet. I reckon https://github.com/EngineerBetter/control-tower/blob/master/db/rds_root_cert.go needs to be updated |
@aranair FYI We solved this issue by temporarily upgrading the RDS CA to something other than |
lol wow, thanks for that! I was compiling the control-tower binary from source w the new global bundles but was running into other issues (arg length and keytool not recognizing and whatnot) |
I'm in the process of upgrading our installation of control-tower, which had fallen behind (on v19.1) due to the need for a manual update of our database. I've been going a major version at a time, and yesterday tried to update from version 0.21.0 to version 0.22.1, using the self-update job (with the version pinned). The update ran without issue, and appeared to succeed, but after it completed the web UI for concourse was completely unavailable. Authenticating to our instance and running
bosh vms
I could see that the web process was failing. I ssh-ed into the web VM to look at the logs, and found that in theweb.stderr.log
there were several entries ofI redeployed the instance with version 0.21.0 of control-tower and that was successful, and the recreated web instance had no issues, so this seems to be an issue specific to 0.22.x . Was anything changed about the database connection in this version?
The text was updated successfully, but these errors were encountered: