Skip to content

Instantly share code, notes, and snippets.

@karlkaebnick
Last active January 10, 2018 15:31
Show Gist options
  • Save karlkaebnick/158ecf02e88fb4589688effbf481c5f5 to your computer and use it in GitHub Desktop.
Save karlkaebnick/158ecf02e88fb4589688effbf481c5f5 to your computer and use it in GitHub Desktop.
Drupal / Acquia Task List
  1. Find resolution to issue with acquia not allowing multiple active SSL certs in a single environment - See https://docs.acquia.com/articles/multiple-ssl-certificates-single-balancer - See the Acquia Tam ticket - 2 options: use a SAN cert or a wildcard cert: - SAN requires us to have at most 5 secure websites (which, if we have edge protect and all of our website are secure, meaning we max out at 5 production websites, period) ~~- wildcard cert requires all our production, secure websites to have the same domain name (which is problematic)~~~~
  2. Get rhythm theme working in drupal 8.4 - It currently only supports up to version 8.2 - see ticket
  3. Get varbase installed - Documentation is unclear on how to install varbase on an existing drupal instance
  4. Finalize architecture
    • Discuss with David Platek
  5. Move varbase branch to production
    • Requires synchronizing dev & prod databases for theneighborhoods:
      1. start a downtime maintenance window, in which no updates to production should be made
      2. backup dev database (sadly drush bam-backup is not available yet since the module backup_migrate is not yet available for drupal 8, so instead do drush sql-dump)
      3. copy 'data' (as opposed to 'structure') tables from prod to dev (drush sql-sync ?)
      4. test theneighborhoods in dev
      5. copy entire database from dev to prod (using acquia admin console)
      6. install varbase in prod
      7. test in prod
      8. end the downtime maintenance window
  6. Switch over our acquia instance to using cloudflare
  7. Get theneighborhoods.org SSL cert working
  8. Get Edge Protect working
    • Requires having every production site SSL-enabled
  9. Figure out how to do web site analytics in drupal
  • (partial) list of current sites using the detroitmi.gov domain:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment