-
Hi, i have an issue where the recognize app added some files into queue for object detection, but has not progressed, i want to access the postgress db to run some queries to check if there is lock on any tables that it uses... and to see what are in queue to maybe manually remove them. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, you can go into the database container with |
Beta Was this translation helpful? Give feedback.
Hi, you can go into the database container with
sudo docker exec -it nextcloud-aio-database bash
and run some queries then via CLI. For the exact syntax, best is to refer to postgresql docs or recognize docs. Datbasae user is oc_nextcloud, database name nextcloud_database, passwordd$POSTGRES_PASSWORD
.