Ruairidh MacLeod

Results 9 issues of Ruairidh MacLeod

Hi, I'm using your playbook with the following vars: ```bash git_version: 2.26.2 git_install_from_source: true git_install_from_source_force_update: true git_install_path: "/opt" ``` It looks as if the custom install prefix is causing the...

stale

Hi, I'm interested in running BlueSky (simulation only / `--headless`) inside a docker container. Is this something that has been considered before? Would this be a useful contribution if I...

enhancement

~~Hi! Is it worth revisiting #340 considering we now have a Docker lesson in [incubation](https://github.com/carpentries-incubator/docker-introduction)? Running the webpage locally can still be a bit of a pain! I'd like to...

**Is your feature request related to a problem? Please describe.** I have an existing set of platform databases in MsSQL that I want to migrate to the YAML format. **Describe...

**Describe the bug** After running ImportTableInfo with `true` to create a corresponding catalogue, running Check results in an error as the wrong database is being specified. **To Reproduce** 1. Download...

bug

**Describe the bug** When launching the RDMP CLI on Linux, many warnings are printed about a missing `Microsoft.Bcl.AsyncInterfaces` assembly. **To Reproduce** On Ubuntu 22.04 1. Download & unzip rdmp-8.1.5-cli-linux.tar.xz 2....

bug

**Describe the bug** I've not been able to reproduce this in a local environment yet, but when running ImportTableInfo with a YamlRepo which has been setup with an encryption key...

bug

**Describe the bug** When launching the CLI, the following messages are logged, but the program appears to function normally: ```console > ./rdmp --dir ../x 2024-07-23 17:26:50.3221 INFO Dotnet Version:8.0.7 ....

bug

**Describe the bug** Permissions errors are raised when running RDMP CLI on a read-only installation. It is desirable to make software packages read-only when deploying to some environments. I assumed...