Foren

Remove an instance

Jim Bell, geändert vor 16 Jahren.

Remove an instance

New Member Beiträge: 2 Beitrittsdatum: 12.09.07 Neueste Beiträge
It is quite easy to add another instance in liferay, but how do we remove an instance cleanly?

Does it require a database update or property changes?
fahd A Helwani, geändert vor 16 Jahren.

RE: Remove an instance

New Member Beiträge: 5 Beitrittsdatum: 21.08.07 Neueste Beiträge
anyone ? I'm facing the same problem here emoticon

any help would be appreciated.
thumbnail
Rob Sonke, geändert vor 16 Jahren.

RE: Remove an instance

Expert Beiträge: 275 Beitrittsdatum: 26.08.07 Neueste Beiträge
That's not possible yet. I don't think it should be too hard to build it yourself (and maybe donate it).
thumbnail
Michael Saechang, geändert vor 16 Jahren.

RE: Remove an instance

Liferay Master Beiträge: 576 Beitrittsdatum: 19.11.07 Neueste Beiträge
hey Jim,

Rob's right, there is currently no way to delete instances. If you want, you could create a LEP ticket.

http://support.liferay.com/

-mike
thumbnail
Danny Stevens, geändert vor 11 Jahren.

RE: Remove an instance

New Member Beiträge: 20 Beitrittsdatum: 15.09.11 Neueste Beiträge
We developed a script for Liferay 5.2.3 to do this. It removes records from tables based on a company Id, and captures a few records that don't have a company Id but a foreign key to a table that does also contain a company Id. Working on something similar for version 6.1 but it may be a while before its done. See also: http://www.liferay.com/community/forums/-/message_boards/message/15367496
thumbnail
Markus B, geändert vor 10 Jahren.

Broken instance makes upgrade to 6.1 impossible

New Member Beiträge: 17 Beitrittsdatum: 08.01.09 Neueste Beiträge
I'm currently working on www.evolutionsoft.ch for upgrading to 6.1.1-ce-ga2.

We had the problem of a broken instance by deleting the only one public page at the begin on 6.0.6. The login to that instance was then no more possible.

Now that remaining instances causes an upgrade exception by having a JournalArticleStructure referring to an non existing groupID.

Could anyone provide me a cleanup script to clean the integrity errors in the DB created via allowed liferay admin actions ?

THX
thumbnail
Alberto Chaparro, geändert vor 10 Jahren.

RE: Broken instance makes upgrade to 6.1 impossible

Liferay Master Beiträge: 549 Beitrittsdatum: 25.04.11 Neueste Beiträge
Hi Markus,

Next time please open a separate thread for your question.

You can create the script you need taking a look at the liferay API:
http://docs.liferay.com/portal/6.0/javadocs/

Probably you have all you need in the clasess JournalStructureLocalServiceUtil and GroupLocalServiceUtil.

Good luck.
thumbnail
Hitoshi Ozawa, geändert vor 11 Jahren.

RE: Remove an instance

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
This request has come up several times before. Unfortunately, the only way now is to shutdown liferay and execute sql script to delete records related to an instance.

Please DO NOT create a LPS issue for this because it has already been created.

http://issues.liferay.com/browse/LPS-14023