[TYPO3-english] Development and deployment procedures

Peter Niederlag typo3-list at niekom.de
Mon Oct 31 11:38:28 CET 2011


Hello,

Am 31.10.2011 10:38, schrieb Rudi Meyer:
> Hi there,
[...]
> Any ideas, opinions or link to resources are much appreciated.

Move as much setup/config as you can into the filesystem. For example:
tv datastructures, TypoScript, TSconfig...

We generally have ~ 99,5% of the configuration in the filesystem, which
is then managed via git.

We usually don't manage the database content in a similar way but have
some sync scripts in place that dump and restore content-driven tables
(pages, tt_content, ...) from production to dev (or vice versa).

In therory regular dumps (csv, XML) could be version-controlled but
benefit over regular dumps and backups is IMO not so high.

Greets and hth,
Peter
-- 
Peter Niederlag
http://www.niekom.de * TYPO3 & EDV Dienstleistungen *


More information about the TYPO3-english mailing list