You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Kilian Felder (Jira)" <ji...@apache.org> on 2022/01/04 18:31:00 UTC

[jira] [Comment Edited] (MRM-2028) CLONE - Purge by retention count deletes files but leaves history on website.

    [ https://issues.apache.org/jira/browse/MRM-2028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468766#comment-17468766 ] 

Kilian Felder edited comment on MRM-2028 at 1/4/22, 6:30 PM:
-------------------------------------------------------------

    </managedRepositories>
        :
       <managedRepository>
            <location>/opt/tomcat/archiva_repositories/snapshots</location>
            <releases>false</releases>
            <blockRedeployments>false</blockRedeployments>
            <snapshots>true</snapshots>
            <scanned>true</scanned>
            <refreshCronExpression>0 0\,30 * * * ?</refreshCronExpression>
            <retentionCount>5</retentionCount>
            <daysOlder>21</daysOlder>
            <deleteReleasedSnapshots>false</deleteReleasedSnapshots>
            <skipPackedIndexCreation>false</skipPackedIndexCreation>
            <stageRepoNeeded>false</stageRepoNeeded>
            <id>snapshots</id>
            <name>Snapshot Repository</name>
            <indexDir>/opt/tomcat/archiva_repositories/snapshots/.indexer</indexDir>
        </managedRepository>
    </managedRepositories>


was (Author: JIRAUSER283019):
:

    :</managedRepositories>
        :
       <managedRepository>
            <location>/opt/tomcat/archiva_repositories/snapshots</location>
            <releases>false</releases>
            <blockRedeployments>false</blockRedeployments>
            <snapshots>true</snapshots>
            <scanned>true</scanned>
            <refreshCronExpression>0 0\,30 * * * ?</refreshCronExpression>
            <retentionCount>5</retentionCount>
            <daysOlder>21</daysOlder>
            <deleteReleasedSnapshots>false</deleteReleasedSnapshots>
            <skipPackedIndexCreation>false</skipPackedIndexCreation>
            <stageRepoNeeded>false</stageRepoNeeded>
            <id>snapshots</id>
            <name>Snapshot Repository</name>
            <indexDir>/opt/tomcat/archiva_repositories/snapshots/.indexer</indexDir>
        </managedRepository>
    </managedRepositories>

> CLONE - Purge by retention count deletes files but leaves history on website.
> -----------------------------------------------------------------------------
>
>                 Key: MRM-2028
>                 URL: https://issues.apache.org/jira/browse/MRM-2028
>             Project: Archiva
>          Issue Type: Bug
>          Components: Archiva Components, Web Interface
>    Affects Versions: 2.2.5
>         Environment: Ubuntu 20.04, Tomcat 8.5.71
>            Reporter: Kilian Felder
>            Assignee: Martin Schreier
>            Priority: Minor
>              Labels: features, web-dashboard
>         Attachments: archiva_2.2.5_bug-1.png, archiva_2.2.5_bug-2.png
>
>
> Hi all,
> I'm still having the same issue as described in MRM-1958.
> Files are deleted from the hard drive (as configured in archiva.xml), but the history still exists in the archiva portal.
> Best regards,
> Kilian



--
This message was sent by Atlassian Jira
(v8.20.1#820001)