Skip to content

Reset Configuration

Aaron W Morris edited this page Feb 13, 2025 · 2 revisions

Overview

Use these instructions if you want to revert all configurations to the defaults.

  1. Stop indi-allsky

     systemctl --user stop indi-allsky
     systemctl --user stop gunicorn-indi-allsky
    
  2. Activate the virtualenv

     source virtualenv/indi-allsky/bin/activate
    
  3. Backup current config

     ./config.py dump > indi_allsky_config_$(date +%Y%m%d_%H%M%S).json
    
  4. Flush all configs

     ./config.py flush
    
  5. Bootstrap a fresh config

     ./config.py bootstrap
    
Clone this wiki locally