Giter Site home page Giter Site logo

Comments (3)

fghaas avatar fghaas commented on August 14, 2024 1

Fixed in #43, and we'll cut a new release once #44 lands. Thank you!

from tutor-contrib-backup.

fghaas avatar fghaas commented on August 14, 2024

@angonz Thanks for the report! Up front, please understand that we don't use Aurora (or any AWS services, for that matter), so our own testing capabilities and need for support for Aurora are somewhat limited.

Basically I think the --all-databases default is perfectly sound. We could support a config.yml variable named BACKUP_MYSQL_DATABASES that, if set, expects a YAML list of databases to back up, at which point it would only back up (and restore) the databases listed.

In that case, if you set

BACKUP_MYSQL_DATABASES:
  - foo
  - bar
  - baz

it would not use mysqldump --all-databases, but instead mysqldump --databases foo bar baz.

Please note that in this case, the onus would be on the user to update this list if they ever add a plugin to their Tutor configuration that touches another database.

Would you like to send us a PR for that?

from tutor-contrib-backup.

angonz avatar angonz commented on August 14, 2024

Hi!
I've created PR #43 for this. I've checked myself and works well. Please check and let me know.

from tutor-contrib-backup.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.