Liferay Cloud Infrastructure

Volver a Services Changelog

2020.09.08 Services Update 2020.37.1

Service Updates for Liferay Cloud Version 3 and 4

The services update to 2020.37.1 includes updates to the Backup and database services.

Version Compatibility between 3 and 4

For details on service compatibility between version 3 and 4 please see release update 6/11/2020 Services Update 2020.24.1 or 5/28/2020 Services Update 2020. 22.1 

Version 4 DXP Stack 2020.37.1 

Service Name Previous Release Current Release Docker Images

Backup

4.0.4

4.0.5

liferaycloud/backup:4.0.5

CI

4.0.5

4.0.5

liferaycloud/jenkins:2.235.5-4.0.5

Database

4.0.3

4.0.4

liferaycloud/database:4.0.4

Liferay

4.0.4

4.0.4

liferaycloud/liferay-dxp:7.2-4.0.4

liferaycloud/liferay-dxp:7.1-4.0.4

liferaycloud/liferay-dxp:7.0-4.0.4

Search

4.0.0

4.0.0

liferaycloud/elasticsearch:6.8.6-4.0.0

liferaycloud/elasticsearch:2.4.6-4.0.0

Webserver

4.0.1

4.0.1

liferaycloud/nginx:1.16.1-4.0.1

 

Version 4 Update Instructions

Only Applicable to Version 4 Images

After upgrading your project using this guide, the Liferay Cloud image versions are no longer set inside of the gradle.properties file. They now need to set inside of the <service>/LCP.json file. Note, however, that the liferay service uses two image properties. The DXP Cloud image is set in the liferay/LCP.json file, but the liferay/dxp image is set in the gradle.properties. This change was made in order to facilitate easier deployment using the Liferay Cloud CLI.

liferay/LCP.json file would set the liferaycloud/liferay-dxp image:

"image":"liferaycloud/liferay-dxp:7.2-4.0.4"

liferay/gradle.properties file would set the liferay/dxp image:

liferay.workspace.docker.image.liferay=liferay/dxp:7.2.10-dxp-6-202006221121 

Once the LCP.json files are updated, commit the changes to your Git repository.

git add . && git commit -m "update dxp cloud stack to 2020.37.1"

After pushing these changes to the remote repository, a build will be created in Liferay Cloud and it is ready to deploy.

Version 4 Change Log

Service Name Service Version Ticket Number Description

Backup

4.0.5

LCP-6301

Create cloud adapter for Azure in Backup service

 

 

 

 

LCPE-1565

Error setting default and No Such File errors encountered while restoring to -dev or -uat

LCPE-1693

Failed backups sometimes disappear from the /backups page, and do not leave a UI indicator of the failure

LCP-8205

Backup creation fails on azure project

Database

 4.0.4

LCP-8248

Restore fails to update password for ReadOnlyUser

  

 

 

 

  

LCP-7690

Provisioning/Database/Backup Azure adjustments

LCP-7859

Database - new feature for Azure

LCP-8248

Restore fails with error

LCP-8228

Fix azure database instance type for production

 

Version 3 DXP Stack 2020.37.1 

Service Name Previous Release Current Release Docker Images

Backup

3.2.16

3.2.17

liferaycloud/backup:3.2.17

CI

3.2.9

3.2.9

liferaycloud/jenkins:2.235.5-3.2.9

Database

3.2.12

3.2.13

liferaycloud/database:3.2.13

Liferay

3.0.28

3.0.28

liferaycloud/liferay-dxp:7.2.10-sp1-fp7-3.0.28

liferaycloud/liferay-dxp:7.1.10-ga1-fp18-3.0.28

liferaycloud/liferay-dxp:7.0.10-ga1-fp93-3.0.28

Search

3.0.8

3.0.8

liferaycloud/elasticsearch:6.8.6-3.0.8

liferaycloud/elasticsearch:2.4.6-3.0.8

Webserver

3.2.1

3.2.1

liferaycloud/nginx:1.16.1-3.2.1

 

Version 3 Update Instructions

To apply these updates, update the gradle.properties file the project root folder with the new docker image tags. Here is an example of applying update 2020.37.1 for a 7.2 Liferay project:

liferay.workspace.lcp.backup.image=liferaycloud/backup:3.2.17
liferay.workspace.lcp.database.image=liferaycloud/database:3.2.13
liferay.workspace.lcp.search.image=liferaycloud/elasticsearch:6.8.6-3.0.8
liferay.workspace.lcp.liferay.image=liferaycloud/liferay-dxp:7.2.10-sp1-fp7-3.0.28
liferay.workspace.lcp.webserver.image=liferaycloud/nginx:1.16.1-3.2.1
liferay.workspace.lcp.jenkins.image=liferaycloud/jenkins:2.235.5-3.2.9

Once the gradle.properties file contains the updates, commit the changes to your Git repository.

git add gradle.properties && git commit -m "update dxp cloud stack to 2020.37.1"

After pushing these changes to the remote repository, a build will be created in Liferay Cloud and it is ready to deploy.

 

Version 3 Change Log

Service Name Service Version Ticket Number Description

Backup

3.2.15

LCP-6301

Create cloud adapter for Azure in Backup service

 

 

 

 

LCPE-1565

Error setting default and No Such File errors encountered while restoring to -dev or -uat

LCPE-1693

Failed backups sometimes disappear from the /backups page, and do not leave a UI indicator of the failure

LCP-8205

Backup creation fails on azure project

Database

3.2.13

LCP-8248

Restore fails to update password for ReadOnlyUser

  

 

 

 

  

LCP-7690

Provisioning/Database/Backup Azure adjustments

LCP-7859

Database - new feature for Azure

LCP-8248

Restore fails with error

LCP-8228

Fix azure database instance type for production

 

On this page