Safety First! Using clickhouse-backup for ClickHouse® Backup and Restore | ClickHouse Webinar

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ธ.ค. 2024

ความคิดเห็น • 8

  • @Altinity
    @Altinity  7 หลายเดือนก่อน

    Want to be the smartest ClickHouse developer in the room?
    Then sign up to our newsletter to get ClickHouse tips and tricks straight to your inbox. Sign up here: hubs.ly/Q02pp8vh0

  • @marckeelingiv9405
    @marckeelingiv9405 9 หลายเดือนก่อน

    I didn't hear anything about the "watch" command being used. I'd love a 5-10 minute demo on that part.

  • @vargas4762
    @vargas4762 ปีที่แล้ว

    Fantatisct tool !!!
    How could i test my backups ? only with restoring ?

    • @roberthodges1480
      @roberthodges1480 ปีที่แล้ว

      Hi! Thanks for the question. The best way to test is to restore to a different location: either a different ClickHouse server (use a docker image for quick tests) or restore individual databases/files to a different location on the same server.
      You can use the 'clickhouse-backup restore -m' option for the latter case. Here's a full example:
      sudo -u clickhouse clickhouse-backup restore \
      -t 'default.ex2,default.bar' \
      -m 'default:default2' my_backup

  • @2103greg
    @2103greg 4 หลายเดือนก่อน

    For clickhouse-backup, is it better to use the embedded method or the non-embedded method?

    • @Altinity
      @Altinity  4 หลายเดือนก่อน

      It depends on your use case, such as how and where you are storing your backups. The non-embedded method was the original concept behind this project.
      PS: feel free to get more guidance in our slack channel (altinity.com/slack). We also do free 45 min calls (don’t worry, we won’t try to sell you anything). Just fill in the form here: hubs.la/Q02GGt9x0

  • @lancelotsir2954
    @lancelotsir2954 9 หลายเดือนก่อน

    hi guys, I don't fully understand, how can I create an incremental copy locally?

  • @AbhishekChaudhary-no8qp
    @AbhishekChaudhary-no8qp 11 หลายเดือนก่อน

    This is for amd only how can i do it using arm server