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

Add support for 3-tier database configurations on development #182

Commits on Oct 11, 2021

  1. feat(backups): add support for multi-database configurations

    Rails has multiple database support since 6.0, but as Parity doesn't
    parse three-tier database configuration files correctly, it still
    doesn't work on Rails applications set up in this way.
    
    This change detects primary configurations. If it finds one, then it
    will use it while restoring a backup. Else, it will default to the
    first available configuration.
    horacio committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    ede6e25 View commit details
    Browse the repository at this point in the history