Hello,
We are cloning our Octopus 4.1.4 environment in order to perform a test upgrade to v2021.3. We found that folders ’Spaces-1\feeds-builtin ‘ are being added to the Repository location every time we do a Database restore.
See example below:
Original Source: [\networkfileshare\share\apps\Releases\NuGetRepository\Packages](file://networkfileshare/share/apps/Releases/NuGetRepository/Packages/)
After first restore: \networkfileshare\NuGetRepository\Packages\Spaces-1\feeds-builtin\
After second restore: \networkfileshare\NuGetRepository\Packages\Spaces-1\feeds-builtin\Spaces-1\feeds-builtin
After the first restore all of the packages were moved to the new repository location - \networkfileshare\NuGetRepository\Packages\Spaces-1\feeds-builtin\
After the second restore only 7 packages were moved to the new repository location - \networkfileshare\NuGetRepository\Packages\Spaces-1\feeds-builtin\Spaces-1\feeds-builtin
Please let me know if you can explain this behavior.