Search Results

All Results 6987
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
データベースパスワードの変更
データベースパスワードの変更 データベース サービス の MySQL パスワードを変更すると、データベースに接続しなければならない他のサービスにも影響します。 データベースのパスワードを更新するには、データベースサービスのバックアップを復元した後、すべてのサービスを再起動するためのダウンタイムが必要になります。...
Breaking Changes
Breaking Changes Breaking changes in the Cloud platform are changes that break or alter existing functionality of the platform's console, services, or infrastructure. These changes can impact the...
Adding a New Environment
Adding a New Environment Liferay Cloud projects are provisioned with multiple environments to fit the needs of most users. If your application requires an additional environment, you can request...
コマンドラインツール
コマンドラインツール CLI ツールは Liferay クラウドサービスの表示と管理に使用できます。 インストール後、ターミナルで lcp --help を実行すると、利用可能なアクションが表示されます。 すべての 「lcp」コマンドの最後に 「-v」 または 「--verbose」オプションを実行すると、追加のログや情報を見ることができます。 すべての 「lcp」コマンドの最後に...
LCP.jsonによるコンフィギュレーション
LCP.jsonによるコンフィギュレーション Liferay Cloud 環境の各サービスには LCP.json ファイルがあり、これを使用してサービスを設定することができます。 サービスID、メモリ、CPU数、環境変数、ボリュームなどのプロパティを設定できます。 この表は、 LCP.jsonで追加できるプロパティの一覧と説明です。 項目種類デフォルト値説明...
Default Provisioning for PaaS Environments
Default Provisioning for PaaS Environments Liferay PaaS provides preconfigured infrastructure templates to meet the varying needs of development, testing, and production environments. Liferay Cloud...
環境変数の定義
環境変数の定義 環境変数は動的なプレースホルダーのセットであり、環境内でのサービスの動作に影響を与える可能性があります。 環境変数の定義は、Liferay Cloud コンソールから行うか、各サービスの LCP.json ファイルを設定することで行えます。 Liferay Cloud は、常に最新の設定変更を適用します。...
検索サービス(Elasticsearch)
検索サービス(Elasticsearch) Elasticsearchサービスは、Liferay DXPアプリケーションのテキスト検索エンジンです。 これは、外部のインターネットではなく、アプリケーションの他のサービスとのみ通信するプライベートサービスです。 Elasticsearchサービスは、Liferay Cloudで利用可能ないくつかのサービスの一つです。 詳細は、 Search...
カスタムサービスの使用
カスタムサービスの使用 Liferay Cloudでは、すぐに利用できる標準的なサービスだけでなく、より多くのサービスを実行することができます。 また、Liferay Cloudインフラストラクチャ内で新しいプロセスを実行するためのカスタムサービスを作成し、デプロイすることができます。 Liferay...
Webサーバーサービス(Nginx)
Webサーバーサービス(Nginx) Nginx Webサーバーは、オープンインターネットからLiferay Cloudサービスへのゲートウェイとして機能します。 ユーザーからのすべてのトラフィックを処理し、高性能なWebサーバーとして機能します。 The web server is one of several services available in Liferay Cloud. ...
リファレンス
リファレンス Liferayクラウドインフラ LCP.jsonを介した設定 サービススタックのバージョンについて Liferayクラウドスタックのアップグレード Liferay Cloud バージョン 5 の変更点 Liferay Cloud プロジェクト バージョン 4 での変更点 高可用性サブスクリプションへのアップグレード コマンドラインツール 環境変数の定義 ...
プラットフォームサービス
プラットフォームサービス 継続的インテグレーション 検索サービス Webサーバサービス カスタムサービスの使用 バックアップサービス バックアップサービスの概要 バックアップのダウンロードとアップロード バックアップページからのデータの復元 データベースサービス データベースサービス データベースのユーザー名の変更 データベースパスワードの変更
バックアップのダウンロードとアップロード
バックアップのダウンロードとアップロード Liferay クラウドバックアップサービスは環境のデータベースと Liferay インスタンスの LIFERAY_HOME/data フォルダの全内容のバックアップを作成します。 このコンテンツはアーカイブファイル(それぞれ .gz と .tgz )として保存され、Liferay Cloud コンソールからダウンロードできます。 ユーザーは...
継続的インテグレーション
継続的インテグレーション Liferay Cloudは Jenkins を使用して、継続的なインテグレーションインフラストラクチャサービスを強化しています。 プルリクエストを送信するか、事前設定されたGitHubブランチの1つにコミットをプッシュすると、自動で設定可能なビルドがトリガーされます。 ...
バックアップページからのデータの復元
バックアップページからのデータの復元 プロジェクトの開発中には、データを復元したり、プロジェクトを以前の状態にロールバックする必要がある場合があります。 バックアップをある環境に復元しても、各サービスのデータは復元されますが、環境が使用しているビルドは変更 されません 。 また、カスタムSQLスクリプトを使用して、データ復元の一環としてデータベースの追加更新を行うこともできます。 ...
データベースのユーザー名の変更
データベースのユーザー名の変更 MySQLのユーザー名は lcp-secret-database-user のシークレットによって定義され、いつでも変更することができます。 この値が変更されると、新しい認証情報を持つユーザーがデータベースに作成され、サービスの再起動時に以前のユーザー名が削除されます。 ただし、シークレットの値を変更する前に、...
Using the Database Client
Using the Database Client Viewing data in the database is sometimes necessary to troubleshoot an issue with your application or for custom development. In order to access the database, you must use...
コンフィギュレーションファイルの例
コンフィギュレーションファイルの例 Liferay Cloud の異なるサービス( search や Web server サービスなど)は、オンプレミス環境では異なる扱いに慣れているかもしれないことを、設定ファイルを使って実行します。 Liferay Cloud を使い始める際に、これらのファイルがどのようなものかを確認する出発点として使用できるリソースの例をいくつか紹介します。 ...
Liferay Cloud Data Center Locations
Liferay Cloud Data Center Locations Liferay Cloud has a variety of available, regional data centers around the world to host customer environments. Liferay SaaS Data Centers These data centers are...
Liferayクラウドインフラ
Liferayクラウドインフラ Liferay Cloudは、堅牢で信頼性が高く、管理しやすいLiferay DXPの実装を実現するための主要コンポーネントの集合体を組み合わせた柔軟なプラットフォームです。 この図は、これらのコンポーネントがどのように組み合わされてこの実装が完成するかを示しています。 Liferay...
Liferay SaaS Compatibility Matrix
Liferay SaaS Compatibility Matrix Liferay DXP is the heart of Liferay SaaS, but not every DXP feature applies to Liferay SaaS. Some DXP features are not compatible, and some must be achieved via...
Liferay Cloud バージョン 5 の変更点
Liferay Cloud バージョン 5 の変更点 Liferay Cloud バージョン 5 は、いくつかの変更と新機能を備えています。 NginxによるModSecurityの機能 地域持続性の向上 バックアップ・リストア戦略の準備と交換 バックアップ・アップロード・リトライの設定 NginxによるModSecurityの機能...
プラットフォームの制限
プラットフォームの制限 Liferay Cloudとそのサービスには、サブスクリプションレベルに応じて、いくつかの顕著な制限があります。 制限事項は、Liferay Cloudのインフラに変更が加えられた場合、時間の経過とともに変更される可能性があります。 概要 Liferay Cloudの利用を計画する際には、これらの一般的な制限を考慮してください。 ...
Support and Troubleshooting
Support and Troubleshooting Troubleshooting Troubleshooting Tools and Resources Reading Liferay Cloud Service Logs Shell Access Troubleshooting Services Disaster Recovery Overview ...
Liferay Cloud Maintenance and Release Schedule
Liferay Cloud Maintenance and Release Schedule Liferay SaaS and PaaS both have a weekly maintenance and release schedule. Liferay Cloud uses a transparent and predictable release cadence so you can...
Liferay Cloud Support FAQs
Liferay Cloud Support FAQs Here are the answers to common questions pertaining to Liferay Cloud Support. Why isn't Liferay Cloud open source? Liferay is an open-source company, with open-source...
Troubleshooting Tools and Resources
Troubleshooting Tools and Resources When you have an issue with your site, you need tools to diagnose and resolve technical issues quickly. Liferay Cloud provides you with tools and resources for...
Configuring Cross-Region Disaster Recovery
Configuring Cross-Region Disaster Recovery Liferay Cloud provides two ways for customers to take advantage of the Disaster Recovery (DR) procedure in the case of major incidents: Automatic Disaster...
高可用性サブスクリプションへのアップグレード
高可用性サブスクリプションへのアップグレード 多くの場合、Liferay Cloudの標準サブスクリプションプランは、ライブプロジェクトの高品質なパフォーマンスを確保するのに十分です。 お客様のニーズの変化に応じて、サブスクリプションプランをアップグレードし、お客様の環境に割り当てられるリソースを増やす必要があるかもしれません。 Liferay...
サービススタックのバージョンについて
サービススタックのバージョンについて Liferay Cloud サービススタックは、Liferay Cloud 環境にあるすべてのサービスのメジャーバージョンを表します。 個々のサービスのマイナーバージョンは異なるかもしれませんが、すべてのサービスはサービススタックのバージョンを共有しています(例:バージョン4.x.x)。...
Liferay Cloud Support
Liferay Cloud Support Liferay is committed to providing excellent service and customer experience. Liferay Cloud customers have several means to contact support, including opening a Support ticket...
Support Access
Support Access Support Access is an optional setting that expedites troubleshooting by giving Liferay engineers direct access to a Liferay Cloud project environment. Liferay Cloud administrators...
Enabling Glowroot on PaaS
Enabling Glowroot on PaaS Liferay DXP 2023.Q4+/Portal GA100+ Glowroot is included with Liferay in the /opt/liferay/glowroot folder. If you're running Liferay in a clustered environment, enable...
Liferay Cloud Platform Status
Liferay Cloud Platform Status The Liferay Cloud Platform is comprised of multiple systems. Users can view the status of Liferay Cloud Platform systems, incident history, and planned maintenance...
Reading Liferay Cloud Service Logs
Reading Liferay Cloud Service Logs Environment logs are crucial for diagnosing and resolving technical issues in a project. Liferay Cloud provides a variety of environment logs that users can...
Self-Healing
Self-Healing The self-healing functionality of Liferay Cloud detects if a service or application has become unresponsive and automatically initiates procedures to recover the unresponsive service....
Troubleshooting Services
Troubleshooting Services Services are the core of a Liferay Cloud environment. This article covers troubleshooting techniques that can be used to investigate and address issues that may arise with...
Maintenance and Downtime
Maintenance and Downtime Sometimes, big changes in the underlying infrastructure of a project may cause downtime. When planning for these changes, you can enable maintenance mode to redirect...
Shell Access
Shell Access The command-line tools in Liferay Cloud contribute to the developer's workflow by delivering speed, control, traceability, scripting, and automation capabilities. Shell access makes it...
Disaster Recovery Overview
Disaster Recovery Overview Liferay Cloud offers two strategies for disaster recovery: Automatic and Cross-Region. Automatic Disaster Recovery Strategy Liferay Cloud performs automatic disaster...