Changes between Initial Version and Version 1 of Ticket #23, comment 1


Ignore:
Timestamp:
Jul 7, 2015, 12:31:00 PM (3 years ago)
Author:
chris
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23, comment 1

    initial v1  
    2626> * We will use drush to sync between production and staging/dev
    2727
    28 There is an issue with `drush` I wouldneed to resolve first, it doesn't support SSL/TLS MySQL connections and currently the [[Crin2]] web server connects using SSL/TLS MySQL to [[Crin1]] so I think we would need to change that to use `stunnel` or `ssh`, see ticket:18.
     28There is an issue with `drush` I would need to resolve first, it doesn't support SSL/TLS MySQL connections and currently the [[Crin2]] web server connects using SSL/TLS MySQL to [[Crin1]] so I think we would need to change that to use `stunnel` or `ssh`, see ticket:18.
    2929
    3030Also today I have set the Zend OPcache to not check for updated PHP files (the php files are all owned by root currently and there is no way for them to be updated!), see ticket:9#comment:16 so a `service php5-fpm restart` or something would be needed after each deplyment of updated PHP files, but that shouldn't be a problem.