all-things-risingwave

What is stored in the etcd node and what needs to be backed up?

Cameron Braid asked about the data stored in the etcd node and if it needs to be backed up.

Ca

Cameron Braid

Asked on Feb 21, 2023

  • The etcd node mostly stores metadata like storage manifest and table catalog.
  • The meta service backed by etcd is used for coordination.
  • Persistent states are stored in S3 and the meta store (etcd).
  • Backing up data in S3 can be done using tools like rclone or the provided meta backup tool from RisingWave.
  • Currently, only reading backup information via SQL is exposed, but there are plans to allow backup commands via SQL in the future.
Feb 21, 2023Edited by