Skip to content

v0.6.1

Compare
Choose a tag to compare
@AlexAkulov AlexAkulov released this 04 Nov 21:17

IMPROVEMENTS

  • Added 'Flashback' restore feature, which allows restoring only changed parts. This can be useful for replicated tables. (thanks @nikk0)
  • Added '--rm' and '--drop' flags to delete tables before restoring. (thanks @max-wittig)
  • Added ability to choose AWS S3 storage class. (thanks @andrii29)

BUG FIXES

  • Tables containing the "-" character in the name could not be restored. This has been fixed. (thanks @LH-Datarocks)
  • Fixed error "open /var/lib/clickhouse-server/store/shadow: no such file or directory" on backup creation for ClickHouse after 20.8. (thanks @everythings-gonna-be-alright and @hohaftf)