mattermost / migration-assist

A helper tool to automate MySQL -> Postgres migration for Mattermost
https://docs.mattermost.com/deploy/postgres-migration.html
2 stars 2 forks source link

[MM-59967] clone: use a copy of future os.CopyFS function #10

Closed isacikgoz closed 3 months ago

isacikgoz commented 3 months ago

Summary

This seem to be an edge case where renaming is not possible if the files are on different partition. To overcome this issue, we copy and then delete.

Ticket Link

https://mattermost.atlassian.net/browse/MM-59967