mirror of https://github.com/zulip/zulip.git
4715a058b0
Earlier, the 'handle_customer_migration_from_server_to_realms' function was called during the send analytics step. It resulted in an error for customers having multiple Zulip servers, one for testing and the others for not-testing, sharing a push bouncer registration. The migration step when run in a test instance caused customers to have their legacy plan migrated to a test realm, resulting in them losing their legacy plan. This commit moves the migration step to run during plan management login step. This reduces the chances of losing legacy plan as we expect them to only verify that 8.0 upgrade works and not bother trying to login to plan management from their test instance. |
||
---|---|---|
.. | ||
__init__.py | ||
billing_page.py | ||
event_status.py | ||
portico.py | ||
remote_billing_page.py | ||
session.py | ||
sponsorship.py | ||
support.py | ||
upgrade.py | ||
webhook.py |