the company wants to try sentry as the log management system. I have successfully deployed it with docker according to the documentation, ran it at the same time, and forwarded it using nginx. But one thing I haven"t figured out is how to ensure that sentry can be upgraded normally without affecting client error reporting.
my deployment environment is ubuntu+nginx+sentry.. I have been on Baidu and Google for a long time, but I haven"t seen any articles about upgrading. The official website also did not find a safe way to upgrade, all downtime upgrade.
could you tell me how to solve this?