legacy-knowledge-base
公開されました Jun. 30, 2025

既存のFix Packを保持したまま、Hotfixを元に戻す

written-by

Kanchan Bisht

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • 影響を受ける環境に新しい修正プログラムをインストールする必要がある場合は、次のコマンドを実行する必要があります。
  • ./patching-tool.sh revert (Linux) or patching-tool.bat revert (Windows)
  • ここで懸念されるのは、上記のコマンドを実行しようとすると、すべてのパッチがパッチ フォルダーから削除され、場合によってはベース レベルに戻ってしまうため、ユーザーがアップグレードを再度実行して必要なフィックスパックを取得してから入手することが困難になることです。ホットフィックスをインストールします。

環境

  • Liferay DXP [すべてのバージョン]

解決

  • この状況に対処するには、関連する環境で次のコマンドを実行してください:
    ./patching-tool.sh revert -hotfix (Linux)
    patching-tool.bat revert -hotfix (Windows)

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base