Volumes now follow a rename
v0.38.0-beta
- Volumes now follow a rename. A volume is named after its project and its organisation, and Docker cannot rename a volume: until now, renaming would have restarted the containers on empty disks while the data stayed in the old volumes, left orphaned. The agent now copies each volume to its new name before the containers restart, preserving permissions and owners.
- The original volume is never deleted. It stays available as a safety net, and is only reclaimed later, deliberately, from the admin panel. If a destination volume already holds something, the copy is refused rather than overwriting data.