Restarting stack overwrites changes in fileserver made by HTTP POST #1416
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
infra
General infrastructure issues for to the base library, agent framework, stack, vis tools etc.
Currently, the fileserver reloads the folder provided during initialisation whenever the stack restarts. This behaviour effectively discards any changes made to the files via
HTTP POST
, as the files are stored internally within the fileserver container. It would be ideal to implement a mechanism to preserve the file contents in the fileserver container across restarts. One potential solution could involve connecting the container's folder to the initialisation folder to make sure they are in sync.The text was updated successfully, but these errors were encountered: