2026.Q2.1 is available for use with the Free Tier

Hi everyone,

A quick update - we released 2026.Q2.1 over the weekend, and it is available for use with the Free Tier.

You can download the latest available versions for Q1 and Q2 from here, and please note that we’ll always keep this page updated so you can quickly understand what versions are available for you to use!

Cheers,

Ben

1 Like

Hello, i am trying to upgrade liferay from the version 2026.Q1.5 to 2026.Q2.1 dxp free tier and it’s failing. I think it’s because the database schema version. For 2026.Q1.5 the version is 38.2.3 and for the 2026.Q2.1 databaseSchemaVersion is “38.2.2” . Othersaying is it normal that the 2026.Q1.5 has a more recent of database schema version of the 2026.Q2.1 ?

{
“databaseSchemaVersion”: “38.2.3”,
“product”: “dxp”,
“productGroupVersion”: “2026.q1”,
“productMajorVersion”: “DXP 2026.Q1 LTS”,
“productVersion”: “DXP 2026.Q1.5 LTS”,
“promoted”: “false”,
“releaseKey”: “dxp-2026.q1.5-lts”,
“tags”: [
“jakarta”,
“supported”,
“testBom”
],
“targetPlatformVersion”: “2026.q1.5”,
“url”: " listing directory /dxp/2026.q1.5-lts "
},

{
    "databaseSchemaVersion": "38.2.2",
    "product": "dxp",
    "productGroupVersion": "2026.q2",
    "productMajorVersion": "DXP 2026.Q2",
    "productVersion": "DXP 2026.Q2.1",
    "promoted": "false",
    "releaseKey": "dxp-2026.q2.1",
    "tags": [
      "jakarta",
      "supported",
      "testBom"
    ],
    "targetPlatformVersion": "2026.q2.1",
    "url": "https://releases-cdn.liferay.com/dxp/2026.q2.1"
  },

Do you have any idea how can i solve this problem ?

Hi @AMR,

I just tested myself and got the same issue with both 2026.Q2.1 and 2026.Q2.2.

It is possible for an earlier version to have a later database schema if an issue was found that required a schema change - but usually we would expect that to be applied to all affected versions (so, if we updated 2026.Q1 then 2026.Q2 should have also been updated).

Obviously if the release date of the earlier version (in your case 2026.Q1.5) was later than the later version (2026.Q2.1) then this is to be expected. In this case though 2026.Q2.1 and 2026.Q2.2 were released after 2026.Q1.5 so shouldn’t have happened.

The good news is that I also tested with 2026.Q2.3 - which has not been officially announced yet, but came out over the weekend - and the upgrade worked fine - the Schema Version for 2026.Q2.3 is 38.2.4.

I would expect this to be announced in the next day or two - when I have more information I’ll come back to you.

Cheers,

Ben

@AMR - 2026.Q2.3 is now available for download from Download Liferay DXP Free Tier - Liferay DXP and should solve your upgrade issue. Thanks.