• Platform
  • Docs
    • Platform docs Get started with Bytewax platform
    • Documentation Explore all features of our framework
    • API Docs Deep dive into our API structure
  • Blog
  • community
    • Events Let's meet on online & offline events
    • Contributor's guide Learn how to contribute to our framework
    • Join our Slack channel We want to hear from you!
    • Star Us on Github
Try platform

Documentation

  • Concepts
    • Overview
    • Architecture
  • Setup
    • Preparing for Installation
    • Identity provider
    • Custom theme
    • Demo Keycloak for Testing
    • Local K8s cluster
    • External access
    • AWS Marketplace Installation Running on EKS
    • AWS Marketplace Installation Running on any Kubernetes Cluster
  • Dataflow Guides
    • Recovery
    • Cloud backup
  • Reference
    • Dataflow CRD
    • Platform Helm Chart
    • WaxAPI
    • Waxctl for Platform
  1. Docs
  2. Recovery

Recovery

Description of guide

# Steps

  1. Deploy a dataflow with recovery enabled
waxctl df deploy simple_slow.py --platform --recovery=true
  1. Show the state https://dashboard.my-company.com/

  2. Delete the dataflow

waxctl df rm --name bytewax --yes
  1. Show that the dataflow is not anymore in the dashboard

https://dashboard.my-company.com/

  1. Deploy the dataflow again
waxctl df deploy simple_slow.py --platform --recovery=true
  1. Show the state again

https://dashboard.my-company.com/

Cloud backup

On this page

  • Steps
  • Edit this page
  • Create an issue
  • Join our Slack channel
  • Star Us on Github
© Copyright 2025 by Bytewax, Inc. All rights reserved