Skip to content

restart

canasta restart

Restart the Canasta installation

Synopsis

Restart a Canasta installation by stopping and then starting all Docker containers. Any pending configuration migrations are applied during the restart. Use --dev or --no-dev to change the development mode setting.

canasta restart [flags]

Examples

  # Restart an installation by ID
  canasta restart -i myinstance

  # Restart and enable development mode
  canasta restart -i myinstance -D

Options

Flag Shorthand Description Default
--dev -D Restart in development mode with Xdebug (Compose only)
--help -h help for restart
--id -i Canasta instance ID
--no-dev `` Restart without development mode (disable dev mode) (Compose only)

Options inherited from parent commands

Flag Shorthand Description Default
--verbose -v Verbose output

SEE ALSO

  • canasta - A CLI tool for Canasta installations.