留言板

Versions of Liferay Portal

Viktor Dzundza,修改在7 年前。

Versions of Liferay Portal

New Member 帖子: 16 加入日期: 16-9-16 最近的帖子
HI there,
I want to use latest liferay 7 CE. I loaded https://sourceforge.net/projects/lportal/files/Liferay%20Portal/7.0.2%20GA3/ this page and found different packages for downloading:
- liferay-ce-portal-sql
- liferay-ce-portal-osgi
- liferay-ce-portal-tomcat

Could you explain me the difference among them?
Viktor Dzundza,修改在7 年前。

RE: Versions of Liferay Portal

New Member 帖子: 16 加入日期: 16-9-16 最近的帖子
I just downloaded and reviewed files.

Could someone provide a brief information about DB schemas?
thumbnail
Olaf Kock,修改在7 年前。

RE: Versions of Liferay Portal

Liferay Legend 帖子: 6403 加入日期: 08-9-23 最近的帖子
Viktor Dzundza:
Could someone provide a brief information about DB schemas?


The brief information about Liferay's DB schema is: You don't want to look at it.

Because if you do, you might get the impression that it's possible to change something in it - which it is not. You must never manually write to the database thus should not even think about looking at it. Bad things have happened to others. You'll probably never thank me for this recommendation (because you don't know what problems this might prevent), but - if you ignore this recommendation - might one day curse yourself for not following this guidance.
thumbnail
David H Nebinger,修改在7 年前。

RE: Versions of Liferay Portal

Liferay Legend 帖子: 14917 加入日期: 06-9-2 最近的帖子
Viktor Dzundza:
Could you explain me the difference among them?


liferay-ce-portal-sql


This has the naked SQL upgrade scripts. Some orgs require DBA to update the database, these scripts allow the DBA to do so.

liferay-ce-portal-osgi


This is just the contents of the OSGi folder. Not really sure why it must be bundled as a separate download, but if I had to guess I would probably bet on providing one of necessary parts for an upgrade where org is not using a bundle.

liferay-ce-portal-tomcat


This is the Liferay bundle that you want to use to try out Liferay.