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

Disable Standalone Mode after migration to the Distributed Mode #707

Commits on Mar 19, 2024

  1. disable standalone when in distributed mode

    impl standalone/distributed check
    add migration function - Eshan Chatterjee
    update StorageMetadata struct
    add StandaloneWithDistributed error in MetadataError
    impl ToString for Mode
    Eshanatnight committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    261e95f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cc3085 View commit details
    Browse the repository at this point in the history
  3. fix: logic to handle server mode if EnvChange None

    If the server was restarted with the same staging and in standalone mode
    the app was not blocking that case
    Eshanatnight committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a5908f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c114318 View commit details
    Browse the repository at this point in the history