legacy-knowledge-base
公開されました Jul. 2, 2025

Liferay Experience Cloud - Self-Managed の liferay サービスで作成したファイルをダウンロードする方法

written-by

Sorin Pop

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

問題

  • 使用例: liferay サービスで以下のコマンドを使用して、Liferay テーブルの内容をファイルにエクスポートしました

mysql -e "select * from User_" > /opt/liferay/users.txt

次に、そのファイルをローカル PC にダウンロードして、検査、処理などを行いたいと考えています。 どうやってやるの?

環境

  • Liferay Experience Cloud - 自己管理型

解決策

  • これを行う公式の方法はありませんが、ここでいくつかの (サポートされていない) ヒント/ハックを見つけることができます:

https://liferay.dev/blogs/-/blogs/backing-up-your-dxp-cloud-environments

did-this-article-resolve-your-issue

legacy-knowledge-base