주 콘텐츠로 건너뛰기

Upgrading OPC and instance to a specific version using CLI

Host Configuration에서
저자 리스트
발표됨: 2023년 9월 4일|최종 업데이트됨: 2023년 9월 4일
Question

How to upgrade OPC and Instance to a specific version using CLI?

To upgrade OPC:

opc update-opc --opc-image-tag <version> --opc-image-repo deskpro/deskpro-opc
copy

<version> = version of OPC you wish to upgrade.

To upgrade instance:

opc inst -i <helpdesk id> update --tag <instance_version>
copy

<helpdesk id> = helpdesk name

<instance_version> = version of the instance to upgrdae

Warning

Downgrading the version is not recommended, especially for instances as there might be database migrations that are not backward compatible

도움이 되었습니다도움이 되지 않음
다음 페이지Using a custom SSH configuration
이전 페이지Modifying PHP configuration

댓글을 작성하려면 로그인하거나 등록하셔야 합니다.