summaryrefslogtreecommitdiff
path: root/releasenotes/notes/instances_hidden_after_upgrade_to_train-9ce4731f31bc6bd2.yaml
blob: 4bbbb15694290b7e8fb7a2f258f396bce30230db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
upgrade:
  - |
    Upgrading to Train on a deployment with a large database may hit
    `bug 1862205`_, which results in instance records left in a bad
    state, and manifests as instances not being shown in list
    operations. Users upgrading to Train for the first time will
    definitely want to apply a version which includes this fix.  Users
    already on Train should upgrade to a version including this fix to
    ensure the problem is addressed.

    .. _bug 1862205: https://launchpad.net/bugs/1862205
fixes:
  - |
    A fix for serious `bug 1862205`_ is provided which addresses both
    the performance aspect of schema migration 399, as well as the
    potential fallout for cases where this migration silently fails
    and leaves large numbers of instances hidden from view from the
    API.