Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delete a liferay portal instance

Tags:

liferay-6

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

like image 340
user323101 Avatar asked Apr 12 '11 11:04

user323101


People also ask

What is a Liferay Portal instance?

Liferay Portal allows you to run more than one portal instance on a single server. The Portal Instances section of the Control Panel appears under the Configuration heading. This section lets you manage multiple portal instances from a single Liferay installation.

How do I delete someone from Liferay?

Find the User to delete in the Users tab of Control Panel → Users → Users and Organizations. If you have a lot of Users, save time by searching for the User. Click the Actions menu for the User and select Deactivate. You're asked to confirm that you want to deactivate the User.


2 Answers

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)

like image 166
kwltrs Avatar answered Sep 30 '22 14:09

kwltrs


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).

like image 37
Felix Christy Avatar answered Sep 30 '22 14:09

Felix Christy