emscli execute upgrade ems
Upgrades EMS
Synopsis
execute upgrade ems upgrades ems installation.
The ems installation file must be provided using either --local.file or --remote.file flag.
emscli execute upgrade ems [flags]
Options
--copy.service string The service to be used to copy files from the remote host [scp|ftp|sftp] (default "scp")
-h, --help help for ems
--local.file string The path and file name of the local installer file to be read for installation
--remote.file string The path and file name on the remote host from which the installer binary will be copied. The remote user must have write access to this location.
(For the FTP service, the file location is relative to the FTP root folder).
--remote.ip string The IP of the remote host where the install file will be copied from.
--remote.password string The password for the remote user that will be used to connect to the remote host.
--remote.port int The port to be used by the remote copy service. [default: 22 for SCP/SFTP, 21 for FTP]
--remote.user string The user that will be used to connect to the remote host.
See also
- emscli execute upgrade - Upgrade [package|ems]