Changes between Initial Version and Version 1 of Ticket #2425


Ignore:
Timestamp:
Mar 16, 2020, 8:41:10 PM (4 years ago)
Author:
robe
Comment:

okay I applied the fix as described in that ticket and seems to have fixed the snapshot error

-- returned 4360
lxd sql global "SELECT MAX(id) FROM storage_volumes_all LIMIT 1;"

lxd sql global "UPDATE sqlite_sequence SET seq = 4360 WHERE name = 'storage_volumes'"

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2425

    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #2425 – Description

    initial v1  
    11As mentioned in my other ticket.  Other issue with osgeo7 is the lxd snapshots process is failing.
     2
     3For completeness the error before the fix was
     4
     5{{{
     6UNIQUE constraint failed: storage_volumes_snapshots.id lxc snapshot
     7}}}
    28
    39Sounds like the same issue as described here