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

Make lando db-export use mariadb-dump, if it exists #148

Merged
merged 4 commits into from
May 2, 2024

Commits on Apr 17, 2024

  1. Make lando db-export use mariadb-dump, if exists

    `mysqldump` is deprecated in current versions of MariaDB, and generates a
    deprecation warning. This change allows `db-export` to use `mariadb-dump`
    if that command exists and the `MARIADB_DATABASE` env var is set.
    
    Resolves lando/mariadb#47
    christopher-b committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6528ccb View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    dc2ab8b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    e664427 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.

    reynoldsalec committed May 2, 2024
    Configuration menu
    Copy the full SHA
    185a873 View commit details
    Browse the repository at this point in the history