mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
upgrade-zulip-stage-2: Remove explicit process_fts_updates start.
Thanks to changes in restart-server, this is now already happening there. (The restart-server changes were required to ensure that if the upgrade failes and one just does /home/zulip/deployments/next/restart-server to recover, the right thing happens; so this is the correct resolution to the conflict).
This commit is contained in:
@@ -153,10 +153,6 @@ subprocess.check_call(["./manage.py", "create_realm_internal_bots"], preexec_fn=
|
||||
|
||||
logging.info("Restarting Zulip...")
|
||||
subprocess.check_output(["./scripts/restart-server"], preexec_fn=su_to_zulip)
|
||||
|
||||
if os.path.exists("/etc/supervisor/conf.d/zulip_db.conf"):
|
||||
subprocess.check_call(["supervisorctl", "start", "process-fts-updates"], preexec_fn=su_to_zulip)
|
||||
|
||||
logging.info("Upgrade complete!")
|
||||
|
||||
subprocess.check_call(["./scripts/purge-old-deployments"])
|
||||
|
||||
Reference in New Issue
Block a user