Phraseanet icon indicating copy to clipboard operation
Phraseanet copied to clipboard

Can't empty or delete collection using v4.1.2 with Docker

Open bmalynovytch opened this issue 4 years ago • 1 comments

Using Admin GUI to empty or delete a collection triggers a task, visible in "task manager" but "task scheduler" isn't running and seem to have been replaced by a worker + RabbitMQ (which is much better btw).

There seem to be no way to delete a collection using the API nor the command line.

bmalynovytch avatar Dec 15 '20 17:12 bmalynovytch

The worker for emptying a collection will be released in future version (planned for 4.1.4). Workaround: Start manually the task or scheduler in worker container bin/console task-manager:task:run or task-manager:scheduler:run. Do not start scheduler's task "subview creation" and "write meta" if you use the worker. sorry for the convenient

nmaillat avatar Dec 30 '20 16:12 nmaillat