-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package Links error on Sync #446
Comments
This looks like a cache problem to me. How do you make update? |
It pulled the correct image |
It seems that the cached volume is not cleared with this configuration. You can quickly remove the volume "/app/var/cache", this should fix the error. In the long run, we have to check it out, apparently docker has changed something again in the latest version. More details: #420 |
Just noticed that, and wiped var/cache and restarted all the containers. The cache directory is now empty, and it still errors. |
@giggsey did you make any modifications to the compose file? |
@karniv00l Found the actual cache directory hidden within docker, and it had files from March in it. Wiped that directory & restarted, still no luck. Files have populated with today's date though. git diff shows the only modification to docker-compose is changing the nginx port. No override file present either. |
Make sure that all containers have been restarted, otherwise cache volume might not be recreated:
|
That did it. I was only stopping + starting. Thanks! |
Ok, for the sake of clarity why this is so:
On our side, |
Just updated work's instance, and updating GitLab packages gives a result of:
I can't reproduce this locally or on repman.io. We're using the docker-compose setup.
The text was updated successfully, but these errors were encountered: