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

Fixing DBeaver driver issues on T2+ SREs #1704

Merged
merged 16 commits into from
Jan 17, 2024

Conversation

craddm
Copy link
Contributor

@craddm craddm commented Jan 15, 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

  1. Updates VM image building process so that drivers are installed in an appropriate place. The default folder for DBeaver changed from usr/share/dbeaver/ to /usr/share/dbeaver-ce/, so modifications to the ini file were not correctly applied.
  2. Adds new driver for PostgreSQL that was not previously installed.
  3. Updates the VM image in the reference configs to one with a fully working version of DBeaver
  4. Updates docs for database usage to show the driver download dialog boxes that can appear.

Note that this new VM image also includes an up-to-date version of Julia, which address a non-DBeaver related issue.

🌂 Related issues

Closes #1666
Closes #1679 since this also updates Julia to 1.10, which will automatically handle changes in CPU architecture. Thus tests will no longer fail on AMD CPUs.

🔬 Tests

Built a new VM image, deployed it to a Tier 2 SRE, and successfully connected to MSSQL and PostgreSQL databases from the T2 SRE.

Rebuilt docs locally

@craddm craddm changed the title [WIP] Fixing DBeaver driver issues on T2+ SREs Fixing DBeaver driver issues on T2+ SREs Jan 16, 2024
Copy link
Member

@JimMadge JimMadge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍.

Great work @craddm.

@craddm craddm merged commit eed7df2 into alan-turing-institute:develop Jan 17, 2024
11 checks passed
@craddm craddm deleted the fixing-dbeaver branch February 19, 2024 12:21
@JimMadge JimMadge mentioned this pull request Sep 26, 2024
5 tasks
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.

Failing Julia smoke tests DBeaver database drivers missing from SRD
2 participants