Skip to content

Boost::Move fails when moving or renaming folders across volume mounts. #3

@OWarneke

Description

@OWarneke

Boost::Move fails when moving or renaming folders across volume mounts.
This issue usually occures when a "Download Changes" attempt fails.
It is possible to restore this state by simply executing "Download and Run" via PLCnext Engineer.

Error:

07.08.25 10:39:35.663 Arp.Plc.Domain.Internal.TaskQueue.SyncTaskQueue              ERROR - Exception occurs: Exception of type 'Arp::System::Commons::Io::IoException' was thrown
Boost error 18 (source path '/opt/plcnext/data/Plc/Backup/RestoreProject/PCWE__Temp', destination path '/opt/plcnext/projects/PCWE')

Possible Workaround:

Change volumes to mount the complete plcnext directory instead of multiple subdirectories.

volumes:
 plcnext:
...
services:
 vplcnext:
  volumes:
   - plcnext:/opt/plcnext

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions