Liferay Cloud Infrastructure

Volver a Services Changelog

2019.12.05 - Services Updates - 2019.49.1

Description

The services update to 2019.49.1 includes updates to Backup, Database, Liferay, Search, and Webserver services. 
Important Note: In order to use Liferay 7.1 SP1, you need to use Elasticsearch 6.8.4.

DXP Stack 2019.49.1

Service Name Previous Release Current Release Docker Images

Backup

3.2.6

3.2.8

liferaycloud/backup:3.2.8

CI

3.1.2

3.1.2

liferaycloud/jenkins:2.190.1-3.1.2

Database

3.2.2

3.2.4

liferaycloud/database:3.2.4

Liferay

3.0.13

3.0.14

liferaycloud/liferay-dxp:7.2.10-sp1-3.0.14

liferaycloud/liferay-dxp:7.1.10-ga1-fp14-3.0.14

liferaycloud/liferay-dxp:7.0.10-ga1-fp87-3.0.14

Search

3.0.4

3.0.5

liferaycloud/elasticsearch:6.8.4-3.0.5

liferaycloud/elasticsearch:2.6.4-3.0.5

Webserver

3.1.3

3.1.4

liferaycloud/nginx:1.16.1-3.1.4

 

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 2019.49.1 for a 7.2 Liferay project:

liferay.workspace.lcp.backup.image=liferaycloud/backup:3.2.8
liferay.workspace.lcp.database.image=liferaycloud/database:3.2.4
liferay.workspace.lcp.search.image=liferaycloud/elasticsearch:6.8.4-3.0.5
liferay.workspace.lcp.liferay.image=liferaycloud/liferay-dxp:7.2.10-sp1-3.0.14
liferay.workspace.lcp.webserver.image=liferaycloud/nginx:1.16.1-3.1.4
liferay.workspace.lcp.jenkins.image=liferaycloud/jenkins:2.190.1-3.1.2

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 2019.49.1"

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

Change Log

Service Name Service Version Ticket Number Description

Backup

3.2.8

LCP-3124

Send a message to activities when started a backup download

LCP-3356

Download backup files with prefix of db and lfr

LCP-3226

Paginate Backup list and allow separating by environment

LCP-3244

Backups should be identified by project instead of UID

LCP-3209

Newly creating backup shows 'failed' status within first few seconds of initializing creation

3.2.7

LCP-2782

Add pagination for backup/list route

LCP-2683

Backup status for upload returned success status too soon

LCPE-650

Return 403 status on backup/list for DR when user does not have PRD permission

LCP-2519

Unable to immediately restore after creating backup

Database

3.2.4

LCP-3274

Recognize operation status DELETE_BACKUP for getInstanceStatus

3.2.3

LCPE-671

Prevent deleting a backup that is in progress

LCP-1222

Remove the root user

Liferay

3.0.14

LCP-2859

Update for compatibility with Liferay 7.2 sp1

Search

3.0.5

LCP-2856

Bump ES base image from 6.1.4 to 6.8.4 for compatibility with Liferay 7.2 sp1

Webserver

3.1.4

LCP-2908

Prevent reverting Nginx from version 1.16.1 to 1.14.2 by nginx-extras

 

On this page