[SOLVED] How to remove a wrong uploaded attachment

Hello everyone,

How can I delete a wrong attached file from a release?
I have this path http://MY_IP:3000/foo/bar/releases/download/ver_0.2.1/0.2.1.apk, but I could not find it anywhere in my computer!

I am using Gitea 1.8.2 on ubuntu 18.04 with MySQL

Thank you

Look into attachment table in your MySQL, find your file name in the name field, look for appropriate name in the uuid field, under that name the file is situated in /var/lib/gitea/data/attachments.

1 Like

Thank you @elfuego, it worked :+1: