Bug - Same release directory used for 2 releases #3183
-
Hello, I deploy a rather classical SF4 application with the usual tasks with Deployer v6. However, sometimes and randomly, when deploying to several instances in parallel, from some workstations only: the symlink seems to be moved to the new release before the deployment is finalized. I looked at the code of the different tasks: no clue. Does anyone have a clue to this problem? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I just found the source of the problem but not the reason. |
Beta Was this translation helpful? Give feedback.
-
The only thing I see is that the "release" link was not removed at the end of the previous deployment. I can see this log line in a failed deployment: The question then becomes, why didn't the previous deployment remove "release" during the cleanup. |
Beta Was this translation helpful? Give feedback.
-
As I mentioned in the linked issue, the problem seems to come from the synchronization (unison) process between our production instances. |
Beta Was this translation helpful? Give feedback.
As I mentioned in the linked issue, the problem seems to come from the synchronization (unison) process between our production instances.