Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: ERROR Current bui
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:?]
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.