stonezdj(Daojun Zhang)

Results 122 comments of stonezdj(Daojun Zhang)

@geneliu enableMigrateHelmHook will not run the pre-upgrade job, where is the `server error (FATAL: password authentication failed for user "postgres" (SQLSTATE 28P01)` found?

Username is personal data but it is not sensitive personal data in GDPR

It seems that there are some blobs is skipped in local. ``` {"code":"NOT_FOUND","message":"blob sha256:5eb5b503b37671af16371272f9c5313a3e82f1d0756e14506704489ad9900803 not found"}]} ``` You could cleanup all images in your local cache and repull the image...

Could you please try to login with the failed user and upload the core.log?

Please check the following information. ``` docker exec -it harbor-db bash psql -U postgres -d registry # get user id select * from harbor_user where username = 'John_Doe' # query...

You could try this workaround: 1. Backup your database data and expose the database port 2. Check the duplicate repository name ``` // change the localhost to the hostname of...

No, GC deletes the unused blobs which are uploaded 2 hours ago.

It is a limitation of proxy cache, Because the docker client pull the image in this way ``` HEAD $HARBOR_URL/v2/docker-proxy/library/hello-world/tags/latest -- Because there is no such image in local, Harbor...