AyushCloud

Results 9 comments of AyushCloud

Hello, Yes, there in no issue in the network connectivity Currently i could see only this error in the jobservice logs. Dec 5 00:03:00 jobservice[13934]: 2021-12-05T00:03:00Z [INFO] [/jobservice/job/impl/gc/garbage_collection.go:273]: delete manifest...

The keys strored in Redis are like this: 127.0.0.1:6379> keys * 1) "5f9133a01e1c53fec97bebc930278b6d" 2) "f56b4a352f38a538abfb1d78c7917cb3" 3) "d393b40291ad9fa382c26a55114dce27" 4) "7c63208b20d9e27c01d9f77e480d1037" 5) "9bee43c50d30bc479cc05abc57253079" 6) "1ba2517bd2658d1ad6f9095b419b352d" 7) "64620be56de0183308d8dded68637625" 8) "b8f8f11f42d759bbb1b3e4bcac489ffc" 9) "69857e3a239aceb2f79d6011dcd54ef9" 10)...

Any update on the issue ?

Any update on this issue ?

Hello, In Postgresql query we could see it is listing both "go_user_task" and "go-user-task" May be postgresql is failed differentiate between "_" and "-" ``` harbor_db=> select * from repository...

Hello, harbor_db=> \d repository Table "public.repository" Column | Type | Collation | Nullable | Default ---------------+-----------------------------+-----------+----------+--------------------------------------------------- repository_id | integer | | not null | nextval('repository_repository_id_seq'::regclass) name | character varying(255) |...

Hello, We accidently use the repo name "go-user-task" instead of "go_user_task", then tag and push the image. So i am just guessing it could be because of "_"/ "-". But...

Hello, Even i tried to reproduce, but it is now showing any duplicate repo. select * from repository where name LIKE 'components/go_admin%'; repository_id | name | project_id | description |...

Hello, We found this issue in our production environment which is upgraded from time to time. But then we were able to reproduce this issue on a freshly deployed Harbor...