I have just upgraded to b96ec0c and managed to upgrade ES to version 6 as per changelog 0087.
This morning we seem to be having an issue archiving forms. I can't assume it's related to the upgrade, but there's a possibility I guess.
When clicking the archive form button in the UI, the spinner animation begins but it continues indefinitely. There are no errors visible in browser dev tools (console or network):
Checking the django logs, the only reference to the form in question is when it was submitted:
2025-06-30 05:53:04,242 INFO [root] Received Form 99bf4f89-0156-4460-98be-e94080d5ff58 with 0 attachments
2025-06-30 05:53:04,560 INFO [root] Finished normal processing for Form 99bf4f89-0156-4460-98be-e94080d5ff58
I don't see it appear in the celery logs either. Is there somewhere else I can look for log failures?