Search Results

All Results 7015
Sort By
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Stage 7: Connecting the VPN
Stage 7: Connecting the VPN If required for your development environment, the last stage of migration is to connect your Cloud environment to your private network. This involves configuring (or...
Stage 2: Creating Data Backup Files
Stage 2: Creating Data Backup Files Now that the Liferay versions match between your on-premises and Liferay Cloud environments, you must prepare the data from your installation for migration. This...
Stage 1: Matching DXP Versions
Stage 1: Matching DXP Versions The first stage of migration is to configure the Liferay service running on Liferay Cloud to run the same version of the installation you want to migrate. This...
Stage 4: Migrating DXP Configurations and Customizations
Stage 4: Migrating DXP Configurations and Customizations Now that your database and document library are applied to your Liferay Cloud environment, the next stage of migration is to migrate your...
Backup Service
Backup Service Maintaining regular backups is vital to protecting your project's data. The Liferay Cloud backup service stores iterations of environment data that can be used to restore your...
Creating a Database Dump
Creating a Database Dump Uploading a backup to Liferay Cloud's backup service requires a snapshot comprised of two compressed files, containing the document library and database dump, respectively....
Downloading and Uploading Backups
Downloading and Uploading Backups The Liferay Cloud backup service creates backups of an environment's database and the full contents of the Liferay instance's LIFERAY_HOME/data folder. This...
Restoring Data from a Backup
Restoring Data from a Backup During project development, there may be times when you must restore data or roll back the project to an earlier state. Restoring a backup to an environment restores...
Continuous Integration
Continuous Integration Liferay Cloud uses Jenkins to power its continuous integration infrastructure service. When you send a pull request or push a commit to one of your pre-configured GitHub...
Understanding Liferay Cloud Environments
Understanding Liferay Cloud Environments A Liferay Cloud project can have multiple environments, each for a different purpose (e.g., development, staging, production, etc.). Each environment has a...
Liferay PaaS Experience: Managing Secrets
Liferay PaaS Experience: Managing Secrets You manage secrets for your Liferay PaaS environments entirely through Argo CD, with no GCP account, IAM configuration, or gcloud access required. The...
Liferay PaaS Experience: Logs
Liferay PaaS Experience: Logs Liferay manages the log collection and storage infrastructure. The Liferay container writes logs to standard output and error streams, and the platform forwards them...
Liferay PaaS Experience: Backup and Restore
Liferay PaaS Experience: Backup and Restore Backups in Liferay PaaS Experience capture two components of each environment's state: the CloudSQL database (via a database snapshot) and the document...
Liferay PaaS Experience: Builds and Deployment
Liferay PaaS Experience: Builds and Deployment In Liferay PaaS Experience, customizations are delivered as overlays rather than as custom Liferay container images. An overlay is a set of artifacts...
Manage and Optimize
Manage and Optimize Liferay Cloud offers numerous tools to help you efficiently manage your projects. Resource Management The Liferay Cloud dashboard has built-in tools to help you track and...
Liferay PaaS Experience: Alerts
Liferay PaaS Experience: Alerts Grafana manages alerting for Liferay PaaS Experience environments. Liferay provisions a set of default alert rules that monitor the health of your environment and...
Liferay PaaS Experience: Metrics
Liferay PaaS Experience: Metrics Grafana is the metrics interface for Liferay PaaS Experience environments. Liferay provisions and manages the full metrics stack: Google Managed Prometheus (GMP)...
Scaling the Liferay Service
Scaling the Liferay Service Liferay Cloud's auto-scaling feature adjusts the number of Liferay service instances based on demand to maintain performance. Configure the minimum and maximum number of...
Environment Teams and Roles
Environment Teams and Roles Administrators can manage team members and roles in each project environment using the Liferay Cloud Console. Each environment can have unique members, and each member...
Real-Time Alerts
Real-Time Alerts Liferay Cloud can alert system administrators of unexpected behaviors in a project. Examples of unexpected behaviors include auto-scaling events, higher than expected memory...
Team Activities
Team Activities Keeping track of activities within each project environment is essential. With Liferay Cloud, you can monitor builds, deployments, and other project activities via the web console. ...
Stage 5: Migrating Web Server Configurations
Stage 5: Migrating Web Server Configurations Now that your Liferay configurations and customizations are deployed to Liferay Cloud, the next stage is to migrate your web server configurations. This...
Stage 6: Migrating Search Configurations
Stage 6: Migrating Search Configurations Now that your web server configurations are deployed to Liferay Cloud, the next stage of migration is to migrate your search configurations. This involves...
Stage 8: Next Steps After Migration
Stage 8: Next Steps After Migration Congratulations! If you have completed all of the previous stages in this section, then you have successfully migrated your on-premises Liferay DXP installation...
Stage 3: Uploading and Restoring the Data Backup
Stage 3: Uploading and Restoring the Data Backup With your Liferay DXP database and document library in a compatible format, the next stage is to upload them together as a single backup to Liferay...
Platform Services
Platform Services In Liferay Cloud, the processes necessary to host and maintain a site are run by platform services. Each service corresponds to a part of what is necessary to keep your...
Database Service
Database Service The database service is a proxy in Liferay Cloud to the Cloud SQL service in the Google Cloud Platform where the database itself resides. The database service provides tools for...
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...
Search Service (Elasticsearch)
Search Service (Elasticsearch) The Elasticsearch service is the text search engine for your Liferay DXP application. It's a private service that only communicates with the other services in your...
Web Server Service (Nginx)
Web Server Service (Nginx) The Nginx web server functions as a gateway from the open internet to your Liferay Cloud services. It handles all traffic from your users and acts as a high-performance...
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...
Configuration via LCP.json
Configuration via LCP.json Each service in your Liferay Cloud environments has an LCP.json file that you can use to configure the service. You can configure properties like the service ID, memory,...
Changing Your Database Password
Changing Your Database Password Changing the database password for your database service also affects the other services that must connect to the database. Updating your database password...
Changing Your Database Username
Changing Your Database Username The database username is defined by the lcp-secret-database-user secret and can be changed at any time. When this value is changed, a user with the new credentials...
Using a Custom Service
Using a Custom Service In Liferay Cloud, you are not limited to the standard set of services provided out-of-the-box. You can also create and deploy a custom service to run any new processes within...
Reference
Reference
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...
Command-Line Tool
Command-Line Tool The CLI tool can be used to view and manage your Liferay Cloud services. Once installed, you can run lcp --help in your terminal to view available actions. You can run the -v or...
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...
Defining Environment Variables
Defining Environment Variables Environment variables are a set of dynamic placeholders that can affect the way a service behaves within an environment. You can define environment variables via the...

Showing 3,721 to 3,760 of 8,808 entries.