Skip to content

Releases: stephen/litefs-backup

v0.2.0

18 Oct 03:34

Choose a tag to compare

Changelog

  • 2b6c56c compaction: fix flipped sign that would cause L0 compaction to error
  • 5619f30 retention: split out into separate function
  • 5e01503 store: don't pass around logger and re-arrange L0 -> L1 compaction
  • 731dbc8 store: undo tx management mess

v0.1.8

17 Oct 16:37

Choose a tag to compare

Changelog

  • 33560a1 .dockerignore: remove dist from docker context
  • ebcf18c store: process compactions in separate tx

v0.1.6

17 Oct 14:00

Choose a tag to compare

Changelog

  • 55d0024 readme: add backlink to original deprecation forum post
  • 86b29b6 readme: note litefs version requirement
  • 9071fc5 readme: rearrange content
  • d29e18f store: set retention in L0 to 1 hour
  • b837edf {readme,license}: release notes

v0.1.4

06 Oct 07:59

Choose a tag to compare

Changelog

  • 808ca5b store: increase default level 2 retention to 30 days

v0.1.3

05 Oct 05:24

Choose a tag to compare

Changelog

  • c22b20e dockerfile: fix up some warnings suggested by docker build
  • f500774 readme: add notes on using lfsb cli

v0.1.2

05 Oct 04:44

Choose a tag to compare

Changelog

  • 72c8764 .gitignore: ignore .envrc.local
  • a51cfcd cmd/info: add option to show all restore points

v0.1.1

05 Oct 03:54

Choose a tag to compare

Changelog

  • bd32bfe *: add configuration and doc
  • 51e7939 *: fix issues with deploying
  • 4e2dc7b *: remove some dead code & rearrange
  • 7e2db7b Initial commit
  • d1b9e64 XXX: we should make dev locally not try to talk to s3
  • c2f944f bench: add benchmark command
  • c6fd972 bench: remove
  • 05f60a4 bingo: add for installing tools
  • 1fad1f5 cmd/*: rename binaries to lfsb and lfsb-server
  • 4da6de1 cmd/cli: add
  • f489a7c cmd/cli: add import command
  • c05472c cmd/cli: add info subcommand
  • a77c381 cmd/cli: add list command
  • c7c1f17 cmd/cli: add snapshot download subcommand
  • ddad73d cmd/cli: remove conflicting alias for import
  • cc7e26e cmd/cli: remove delete
  • b1c85c5 cmd/cli: rename s/snapshot/export/ for consistency
  • c415a6b cmd/cli: silence usage on errors
  • d067d3e cmd/cli: standardize capitalization in help messages
  • f24d5aa cmd/cli: support restore
  • c8fc52f cmd: add some process lifetime management
  • f10647f cmd: fork lfsc-go
  • d66fb72 config: document and use sentry dsn via config
  • 6faddee dbmate: add
  • 34d5471 deps.sh: remove bingo and install tools the old way
  • 7b96c8d direnv: add
  • ff7c685 dockerfile: build cli tool as well
  • 03ba915 go.mod: init
  • fca7ee8 goreleaser add (and stamp v0.1.1)
  • 2732d5e httputil: clean up and render errors
  • 301243b lfsb: get write tx path to compile
  • c66d43f readme: add
  • e82ed0e readme: add aws config env vars
  • 6d91cb6 readme: add deploy, config, and example config
  • f35fa27 readme: more notes
  • 0a17f48 readme: notes
  • c1b809f s3_test: fix integration test in runner
  • 85eee64 server: add /db/restore
  • ed88a93 server: add /db/upload
  • ad1d08b server: add /info handler
  • 1673655 server: add /pos endpoint
  • 7e7bda2 server: add /restore/check to dry-run a restore
  • b878dc1 server: add DELETE /db
  • 5047666 server: add sentry support back in
  • ea92237 server: pull cluster out of auth header
  • 51b3d4f server: wire up s3 remote client and config/docs
  • de4178e store/s3: add s3 storage client
  • 53eaa2f store/s3: fix s3 endpoint setting
  • dcd283b store: add DeleteCluster and test
  • ae1f681 store: add FindClusters and test
  • b670a2d store: add background compaction
  • 21b1621 store: add local snapshot recreationg and tests
  • 573e631 store: add missing test for FindDBByName
  • e5dd180 store: add missing tests for compaction
  • 32d91fc store: add remote storage and tests
  • 6b9677f store: add retention policy
  • f35cb66 store: add test for Open
  • 7f83bb8 store: clarify old vs new position in restore log
  • 5669c72 store: fixup nested tx that block each other
  • c2b76ae store: get tests to run
  • 728b20d store: remove node ids
  • 0704937 store: remove write tx batching
  • b7f03be store: use CompactionLevel* naming for consistency and add some notes on levels
  • 0bac29d store: use DBTX interface instead of tx everywhere
  • b02428e tasks.toml: run bench via run
  • d16dfd9 tools: add ltx for debugging ltx files
  • 65cdb4e {.dockerignore,Dockerfile}: add
  • 707a4e9 {server,cmd/cli}: show min/max txid in info