Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go/storage: Add automatic storage backend detection #5876

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 30, 2024

  1. go/storage: Add automatic storage backend detection

    The new default storage backend is "auto" which attempts to detect the
    storage backend that should be used based on existing data directories.
    When none exist, "pathbadger" is used. When multiple exist, the most
    recently modified one is used.
    
    This should make newly deployed nodes default to pathbadger.
    kostko committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    034190c View commit details
    Browse the repository at this point in the history