ERROR Current bui

Jamie Sammons, modified 3 Years ago. New Member Posts: 10 Join Date: 2/28/23 Recent Posts

I have erro:

2023-03-15 02:24:23.675 ERROR [main][DBUpgrader:79] null
java.lang.IllegalStateException: Attempting to deploy an older Liferay Portal version. Current build number is 7413 and attempting to deploy number 7403.
        at com.liferay.portal.tools.DBUpgrader.checkRequiredBuildNumber(DBUpgrader.java:104) ~[portal-impl.jar:?]
        at com.liferay.portal.tools.DBUpgrader.upgradePortal(DBUpgrader.java:207) ~[portal-impl.jar:?]
        at com.liferay.portal.tools.DBUpgrader.main(DBUpgrader.java:153) [portal-impl.jar:?]
       

thumbnail
Jamie Sammons, modified 3 Years ago. Liferay Legend Posts: 14933 Join Date: 9/2/06 Recent Posts

This means that you started Liferay 7.4 DXP against your database (that's the 7413 number), but now you're trying to point 7.4 CE at the same database (that's the 7403 number).

Liferay does not support downgrading from DXP down to CE.