[ 
http://jira.nuxeo.org/browse/NXP-4080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Florent Guillaume updated NXP-4080:
-----------------------------------

      Impact type: [Content model Change, Deployment change]
    Upgrade notes: 
NXP-3459:
Databases initialized with 5.2.RC1 need to be purged of the foreign key 
reference: 
For H2 and PostgreSQL: 
ALTER TABLE VERSIONS DROP CONSTRAINT VERSIONS_VERSIONABLEID_HIERARCHY_FK; 
In addition, for databases that have already been corrupted, some data is 
missing and there is no recourse but removing the affected proxies and versions 
as well: 
For H2 and PostgreSQL: 
DELETE FROM HIERARCHY WHERE PARENTID IS NULL AND PRIMARYTYPE <> 'Root' AND NOT 
EXISTS(SELECT * FROM VERSIONS WHERE VERSIONS.ID = HIERARCHY.ID); 

NXP-3634:
Framework property "org.nuxeo.ecm.core.search.alwaysDetachResults" should be 
set to "true" to get back the old backward-compatibility behavior of always 
detaching documents.

> Nuxeo 5.2.0 RC SP1
> ------------------
>
>                 Key: NXP-4080
>                 URL: http://jira.nuxeo.org/browse/NXP-4080
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>          Components: Core SQL Storage, Search / Query
>    Affects Versions: 5.2 RC
>            Reporter: Florent Guillaume
>            Assignee: Florent Guillaume
>            Priority: Major
>             Fix For: 5.2 RC SP1
>
>         Attachments: nuxeo-core-storage-sql-1.5.0-RC1-SP1.jar, 
> nuxeo-platform-search-api-5.2.0-RC1-SP1.jar, 
> nuxeo-platform-search-backend-core-5.2.0-RC1-SP1.jar
>
>
> Backport critical issues to Nuxeo 5.2.0 RC:
> NXP-4029 Nuxeo crashes after database transaction error
> NXP-3459 Proxies fail when live document is removed
> NXP-3485 Improve indexing of primaryType (performance)
> NXP-3634 Improve prefetch management through detach (performance)
> NXP-3873 Improve PostgreSQL stored procedure evaluation (performance)
> NXP-4061 Improve searches efficiency (performance)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to