sp update

Update the CLI tool or the ServicePlus plugin bundle.

Usage

bash
# Update the plugin bundle (recommended)
sp update

# Update just the CLI
sp update cli

# Update just the plugin bundle
sp update plugins

What gets updated

TargetWhat changes
Plugin bundleThe ServicePlus Mautic plugin is updated to the latest version from the distribution server
CLIThe sp command itself is upgraded
sp update automatically creates a backup before applying changes. If anything goes wrong, you can restore with sp restore --file ~/sp-backups/pre-update.tar.gz.

Best practices

  • Run sp export manually before any update, especially major version bumps
  • Check sp status after updating to confirm all services are still healthy
  • Updates do not restart your services unless the plugin bundle requires a cache flush

Keeping individual service images current

Service images (Mautic, n8n, Cal.com) follow their own upstream release schedules. To update a specific service image, restart it after pulling the latest tag:

bash
sp restart mautic