# 更新大约需要20分钟，进度更新在 multisite:migrate 步骤暂时中断

**URL:** <https://meta.discourse.org/t/update-takes-20-minutes-and-progress-update-breaks-temporarily-at-step-multisite-migrate/326533>\
**Category:** Support\
**Tags:** dev-ops\
**Created:** [2024年九月14日 23:00 UTC](https://meta.discourse.org/t/update-takes-20-minutes-and-progress-update-breaks-temporarily-at-step-multisite-migrate/326533 "2024-09-14T23:00:48Z")\
**Posts on this page:** 1\
**Showing post:** 7

<div class="post-metadata">

**Author:** ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)\
**Post date:** [2024年九月18日 01:59 UTC](https://meta.discourse.org/t/update-takes-20-minutes-and-progress-update-breaks-temporarily-at-step-multisite-migrate/326533/7 "2024-09-18T01:59:02Z")

</div>

我怀疑这是因为我们没有并发删除索引。

> 普通的 `DROP INDEX` 会获取表上的 `ACCESS EXCLUSIVE` 锁，阻止其他访问，直到索引删除完成。

这应该在 [PERF: Update migration to drop index concurrently. by tgxworld · Pull Request #28955 · discourse/discourse · GitHub](https://github.com/discourse/discourse/pull/28955) 中修复。

@schneeland 感谢您花时间报告此问题 👍

---

_[View the full topic](https://meta.discourse.org/t/update-takes-20-minutes-and-progress-update-breaks-temporarily-at-step-multisite-migrate/326533)._
