2.3. 패치 롤백

설치된 핫픽스 패치를 롤백하고 다음과 같이 patch:rollback 명령을 사용하여 사전 패치 동작으로 복원할 수 있습니다.

절차

  1. patch:list 명령을 입력하여 가장 최근에 설치된 패치의 패치 ID를 가져옵니다.
  2. 업데이트된 번들을 롤백하려면 다음 명령을 입력합니다.

    karaf@root()> patch:rollback my-patch-x
    INFO : org.jboss.fuse.modules.patch.patch-management (2): Rolling back non-rollup patch "my-patch-x"
    removing overriden feature: hawtio-rbac/2.0.0.fuse-000117
    refreshing features
    Enter feature:info command to view the information about the feature.
    karaf@root()> feature:info hawtio-rbac
    Feature hawtio-rbac 2.0.0.fuse-000117
    Details:
          Installs the hawtio RBAC enabler bundle(s)
    Feature has no configuration
    Feature has no configuration files
    Feature has no dependencies.
    Feature contains followed bundles:
          mvn:io.hawt/hawtio-osgi-jmx/2.0.0.fuse-000117
    Feature has no conditionals.