掲示板

Remove an instance

16年前 に Jim Bell によって更新されました。

Remove an instance

New Member 投稿: 2 参加年月日: 07/09/12 最新の投稿
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?
16年前 に fahd A Helwani によって更新されました。

RE: Remove an instance

New Member 投稿: 5 参加年月日: 07/08/21 最新の投稿
anyone ? I'm facing the same problem here emoticon

any help would be appreciated.
thumbnail
16年前 に Rob Sonke によって更新されました。

RE: Remove an instance

Expert 投稿: 275 参加年月日: 07/08/26 最新の投稿
That's not possible yet. I don't think it should be too hard to build it yourself (and maybe donate it).
thumbnail
16年前 に Michael Saechang によって更新されました。

RE: Remove an instance

Liferay Master 投稿: 576 参加年月日: 07/11/19 最新の投稿
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
11年前 に Danny Stevens によって更新されました。

RE: Remove an instance

New Member 投稿: 20 参加年月日: 11/09/15 最新の投稿
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
10年前 に Markus B によって更新されました。

Broken instance makes upgrade to 6.1 impossible

New Member 投稿: 17 参加年月日: 09/01/08 最新の投稿
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
10年前 に Alberto Chaparro によって更新されました。

RE: Broken instance makes upgrade to 6.1 impossible

Liferay Master 投稿: 549 参加年月日: 11/04/25 最新の投稿
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
11年前 に Hitoshi Ozawa によって更新されました。

RE: Remove an instance

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
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