Dennis Kuijs
Dennis Kuijs
It looks like the action isn't working anymore. In the last run [here](https://github.com/openremote/openremote/actions/runs/17462647069/job/49590738093) the cache service responded with error code `400` and returns the following error message: `Failed to save:...
Thanks for your input! Based on your suggestions, I’ve created a second version of the migration strategy. In this version, we preserve the old root volume by configuring `DeleteOnTermination=false` and...
I’ve created a bash script as shown in #2305. The script performs the following tasks: - Looks for the host in the authenticated AWS account. The script uses the AWS...
Yes, this approach has been tested on multiple (old) production and staging instances. (xxxita and xxxps), which are also using the old CloudFormation template. The next step will be to...
Thanks for the additional information! I didn't know that the `or-manager-1` volume contains the `OR_STORAGE_DIR` files. I thought this volume was mapped from the `or-deployment-1` volume. On some older production...
``` docker volume create docker run --rm \ -v :/target \ -v /mnt/old_disk/var/lib/docker/volumes//_data:/source \ alpine cp -av /source/. /target/ ``` This approach works without issues and produces the same results...
I think this is a regression of #2006
> Hey guys, can we help with anything further here? I'm confident that we can handle the Copilot review quite quickly if you want. Hey Iskren, Thank you for your...