Somewhat related to #4.
The usage of rename can fail when in a docker environment if content is restored to mounted volume paths, since this is across filesystems.
Probably need to recursively copy first then delete old dir, rather than a simple rename :disappointed:
Somewhat related to #4. The usage of
rename
can fail when in a docker environment if content is restored to mounted volume paths, since this is across filesystems.Probably need to recursively copy first then delete old dir, rather than a simple rename :disappointed: