Changes between Initial Version and Version 1 of Ticket #23, comment 1
- Timestamp:
- Jul 7, 2015, 12:31:00 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23, comment 1
initial v1 26 26 > * We will use drush to sync between production and staging/dev 27 27 28 There 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.28 There 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. 29 29 30 30 Also 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.