Again in this great community.
I want to know in which postgres table are the survey photos stored?
Maybe this post discussed previously should help you solve your issue:
@Roger963 The attachments, themselves, are not stored in the database. They are stored on the drive of your server. You can look at kobo-docker/.vols/kobocat_media_uploads
.
Otherwise, the path to these files are stored in the logger_attachments
table in kobocat database.
1 Like