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: e8278f584f50
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 86528f928a99
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 27, 2017

  1. nixos/release-notes: MySQL backup service breaking changes

    (cherry picked from commit 34eefdf)
    rvl authored and globin committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    d2cb5cd View commit details
    Browse the repository at this point in the history
  2. 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
    
    (cherry picked from commit 56eba66)
    rvl authored and globin committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    86528f9 View commit details
    Browse the repository at this point in the history