Skip to content

3.7.11

Compare
Choose a tag to compare
@lbr38 lbr38 released this 07 Jan 14:00
· 78 commits to stable since this release
31310f3

Important changes:

  • This release includes a major change in the stats database (storing repositories access logs).

    An automatic migration will be performed at the container startup and Repomanager will be in maintenance mode (UPDATE RUNNING popup).

    Please do not stop or restart the container during the migration.

    Migration duration depends on your usage of stats (about 20 minutes for 1 year of stats with 300 hosts accessing repos daily).

    You can use the following command to check the migration status from the host:

    docker logs repomanager -f

    And wait for Migration done message. Or just regularly refresh the maintenance page until it disappears.

    Note: if you do not use stats or if you only have a few repositories, the migration should be fast and you might not even see the maintenance page.

Fixes:

  • Fixed stats service that was sometimes consuming too much CPU
  • Various UI fixes