Configuration with Application Deployment - Deployment defaults dont seem to do anything

System Information

Field Value
Operating System Linux - Ubuntu 24.04.1 on x86_64
Product AMP ‘Phobos’ v2.6.0.6 (Mainline)
Virtualization QEMU_KVM
Application Application Deployment
Module ADSModule
Running in Container No
Current State Indeterminate

Problem Description

Issue

I am trying to change backup locations, following the guide posted, but I have been at it for hours. I’m having issues with the file backup plugin not loading after editing it for an existing instance, but that’s a different topic for now. I tried running a “control instance” of sorts by setting the deployment defaults for “LocalFileBackupPlugin.Storage.StorePath” and the Custom Mount Binds in the ADS, but when a fresh instance is created none of the settings apply, either in the web interface or in the files themselves. If it makes any difference, they are set to run in Docker, but I’m not sure how much I trust that either EDIT: I was able to confirm the new instances are running in Docker

Reproduction Steps

  • Set deployment defaults in ADS, such as “LocalFileBackupPlugin.Storage.StorePath” or a Default Mount Bind
  • Create new instance, running in docker
  • Default settings dont appear in GUI, confirmed by looking at instances.json and LocalFileBackupPlugin.kvp

With Docker and custom backup locations, you need to create bind mounts since the docker container doesn’t mount to the entire system’s filesystem, more info on that here:
https://discourse.cubecoders.com/t/how-to-change-backup-locations/2783

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.