Delete a liferay portal instance
Asked Answered
T

5

5

Is there any way to delete a portal instance created in liferay 6??

Trichloromethane answered 12/4, 2011 at 11:36 Comment(0)
P
7

No, there is no way to delete a portal instance in Liferay 6.0. But this might change in further releases (see the comments below this feature request: http://issues.liferay.com/browse/LPS-14023)

Postal answered 11/5, 2011 at 17:13 Comment(0)
P
3

There is no way to delete the portal instance directly. If you really want to delete it, then you need to go to the portal database and try to delete all the table data with the specific companyId (as the portal instance is identified by companyId).

Phage answered 19/12, 2011 at 7:20 Comment(0)
S
2

Check this

Liferay Wiki - Managing Instances

Slovak answered 5/1, 2012 at 20:50 Comment(0)
M
1

There is no way to delete portal instance from database. However in Liferay 6.x you will have an option to make it active or not. So If you inactive your portal instance then with that companyId you won't be able to make any action.

Moisesmoishe answered 19/5, 2012 at 5:25 Comment(0)
K
0

A Portlet's code is written just once. To make a Portlet "instancable" , set instancable = true in liferay-display.xml of that particular portlet. As far as deleting an instance is concerned, you just need to login as the Admin and delete that portlet from the page. This in no way affets other instances running on various pages of the same portal.

Kareem answered 19/4, 2011 at 9:41 Comment(1)
the question was about portal instances, not portlet instances.Surfperch

© 2022 - 2024 — McMap. All rights reserved.