docker exec -it docker-db-1 bash
psql -U postgres -d dify_plugin
delete from install_tasks;
\q
exit