每次重新启动哨兵时 运行 `sentry upgrade –noinput` 是否安全?

Is it safe to run `sentry upgrade –noinput` every time Sentry is restarted?

在 OpenShift/Kubernetes 中的 运行 哨兵和自动化升级过程中,我正在考虑 运行 sentry upgrade --noinput 每次重新创建 pod(在 运行 sentry run web)。这样安全吗?换句话说,在没有发生版本更改的情况下,重复运行 sentry upgrade --noinput 是否完全被动且无害?

Sentry 的核心开发者Matt Robenolt gave the answer:

Yes, it is perfectly safe and idempotent.