Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 75ba415fbcfe
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 34eefdfb9df7
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 27, 2017

  1. mysqlBackup service: let it work with default settings

    * Grants enough privileges to the configured user so that it can run
      mysqldump.
    
    * Adds a nixos test.
    
    * Use systemd timers instead of a cronjob (by @fadenb).
    
    * Creates a new user for backups by default, instead of using mysql
      user.
    
    * Ensures that backup user has write permissions on backup location.
    
    * Write backup to a temporary file before renaming so that a failed
      backup won't overwrite the previous backup, and so that the backup
      location will never contain a partial backup.
    
    Breaking changes:
    
     * Renamed period to calendar to reflect the change in how to
       configure the backup time.
    
     * A failed backup will no longer result in cron sending an e-mail --
       users' monitoring systems must be updated.
    
    Resolves #24728
    rvl authored and globin committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    56eba66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34eefdf View commit details
    Browse the repository at this point in the history