Skip to content
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 software on guacamole server #1741

Merged
merged 4 commits into from
Feb 15, 2024

Conversation

craddm
Copy link
Contributor

@craddm craddm commented Feb 13, 2024

✅ Checklist

  • You have given your pull request a meaningful title (e.g. Enable foobar integration rather than 515 foobar).
  • You are targeting the appropriate branch. If you're not certain which one this is, it should be develop.
  • Your branch is up-to-date with the target branch (it probably was when you started, but it may have changed since then).
  • You have marked this pull request as a draft and added '[WIP]' to the title if needed (if you're not yet ready to merge).
  • You have formatted your code using appropriate automated tools (for example ./tests/AutoFormat_Powershell.ps1 -TargetPath <path to file or directory> for Powershell).

⤴️ Summary

Updates the versions of Guacamole, nginx, and Postgres used on the Guacamole remote desktop server.

In addition, sometimes the Postgres database did not finish initializing before Docker launched Guacamole, and thus Guacamole sometimes did not function. This PR adds a health check to the docker-compose.yaml to make Docker wait until the Postgres database is fully responsive. This necessitated migrating from Docker Compose v1 - docker-compose - to Docker Compose v2 - docker compose. Compose v1 is no longer supported, and the necessary syntax to perform the health check was not supported.

🌂 Related issues

Relates to #1738 but does not close it, as this PR only focuses on the Guacamole server.

🔬 Tests

Deployed a Guacamole server within an SRE and checked that it functioned correctly.

@craddm craddm changed the title [WIP] Update software on guacamole server Update software on guacamole server Feb 13, 2024
@craddm craddm marked this pull request as ready for review February 13, 2024 15:44
@JimMadge JimMadge merged commit 20370af into alan-turing-institute:develop Feb 15, 2024
11 checks passed
@craddm craddm deleted the update-guac branch April 4, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants