3165ab926c
[block-ref-repair] rename rc's rc field to rc_table
dc0b78cdb8
[block-ref-repair] Block refcount recalculation and repair
693b89b94b
Merge pull request 'Update WinSCP link in documentation' (#781) from stefano/garage:main into main
cf344d73d5
Update WinSCP link in documentation
Update WinSCP link in documentation
Broken link in documentation to WinSCP
Broken link in documentation to WinSCP
The page has been moved here : https://guide.deuxfleurs.fr/prise_en_main/winscp/
4901ae7616
Merge branch 'main' into next-0.10
1a0bffae34
Merge pull request 'Use connection pooling in sqlite backend' (#779) from sqlite-r2d2 into main
b55f52a9b7
[sqlite-r2d2] run integration test with all db engines
e8f9718ccd
[sqlite-r2d2] implement connection pooling in sqlite backend
fd2e19bf1b
Merge pull request 'metadata db snapshotting' (#775) from db-snapshot into main
LMDB: MDB_BAD_VALSIZE error
Do you have objects with very long names? LMDB keys are limited to 511 bytes, and Garage uses 32 of those bytes to store the bucket ID, so you cannot have an object with a key longer than 479…