1. 26 Feb, 2016 1 commit
    • Run migrate on every DB in DATABASES for both lms and the cms · 243ad1b6
      Does so by running the edxapp role just to generate config (as
      controlled by check-migrations.sh's use of the --tag) and then
      the tasks in the playbook are hardcoded to always run, regardless
      of the tag.  Because the edxapp play has run, the tasks have
      access to the various config variables containing DATABASES
      and can tell what DBs are in use.
      
      Skip the read replica
      Kevin Falcone committed
  2. 22 Feb, 2016 1 commit
  3. 10 Dec, 2015 1 commit
  4. 01 Dec, 2015 1 commit
  5. 24 Nov, 2015 1 commit
  6. 27 May, 2015 2 commits
  7. 26 May, 2015 2 commits
  8. 06 May, 2015 1 commit
  9. 28 Apr, 2015 1 commit
  10. 26 Sep, 2014 2 commits
  11. 11 Sep, 2014 6 commits
  12. 27 Aug, 2014 1 commit
  13. 11 Jun, 2014 3 commits
  14. 09 Jun, 2014 1 commit
    • check-migration test · a0cdbd5c
      check for var definitions
      
      create configs for migration
      
      fixing ansible command
      
      setting extravars
      
      run migrations using a new ansible play
      
      missing spaces
      
      removing venv var
      
      adding verbose flag to ansible run for migrations
      
      fixing newline output
      
      add db_dry_run var
      
      add db_dry_run logic
      
      facts not needed for migration
      
      fixing name
      John Jarvis committed