Skip to content

Upgrading an Existing Installation

Upgrading to 2.3

  • If upgrading from earlier versions than 2.2, do all previous upgrading steps.
  • New field added to integration_monitor_batch object: "integrationid". Make sure new field is added to batch table in LISA (see technical for tables and field structure).
  • Run command poetry lock in your solution/limepkg to update to latest limepkg-integration-monitor version.
  • Build and deploy your solution
  • Restart the following services: Lime CRM Web Server, Lime CRM Task Handler and Lime CRM Task Scheduler (only for on-premise customers).

Upgrading to 2.0

  • If upgrading from earlier versions than 2.0.1, do all previous upgrading steps.
  • Check that all tables and fields is added to LISA according to technical.
  • Make sure to add lime admin config according to configuration.
  • Make sure you have done all steps in installation.
  • In pyproject.toml in the customer's solution, replace version of limepkg-integration-monitor with "^2.0.0"
  • Build and deploy your solution
  • Restart the following services: Lime CRM Web Server, Lime CRM Task Handler and Lime CRM Task Scheduler (only for on-premise customers).