-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
Milestone
Description
- Gitea version (or commit ref): 1.13.1
- Git version: 2.25.1
- Operating system: Ubuntu 20.04.1
- Database (use
[x]):- PostgreSQL
- MySQL
- MSSQL
- SQLite
Description
Today my gitea instance "lost" some avatars. Just started my server and started uodate mirrors task. During the process I created new organisation. Avatar was shown. Than I mirrored some projects to the new organisation and that I see:
And in the gitea.log I see for every missing avatar the same Avatar ID
2020/12/30 20:41:37 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:24 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:24 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:24 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:24 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:24 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:25 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:25 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:25 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:41 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:41 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:41 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:42 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:42 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:42 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:42 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:42 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:48 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:48 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:49 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:49 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:49 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:49 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
2020/12/30 20:42:49 ...ers/routes/routes.go:165:func2() [W] Unable to find avatars d41d8cd98f00b204e9800998ecf8427e
During the update mirrors task I deleted an empty organisation.
Looks like all the organizations has the same avatar. Cause after I added new organisation the avatar with the ID d41d8cd98f00b204e9800998ecf8427e was created and all the 8 organisations refers to the same avatar ID.


