Can't empty or delete collection using v4.1.2 with Docker
Opened this issue · 1 comments
bmalynovytch commented
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.
nmaillat commented
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