You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
createFileRecord includes a check to make sure the record doesn't exist. But, when it exists it return the temporary object created instead of the one from the database.
When processSidecarFromWalker resumes, it gets the temporary object and will break the FK when walker/sidecar will try to create the database entry for sidecar.
The text was updated successfully, but these errors were encountered:
/harvestor/walker/file.go
createFileRecord
includes a check to make sure the record doesn't exist. But, when it exists it return the temporary object created instead of the one from the database.When
processSidecarFromWalker
resumes, it gets the temporary object and will break the FK when walker/sidecar will try to create the database entry for sidecar.The text was updated successfully, but these errors were encountered: