AOEpeople/t3deploy

Name: t3deploy

Owner: AOE

Description: t3deploy extension that helps automating deployments

Created: 2012-09-06 07:56:28.0

Updated: 2018-01-11 13:20:21.0

Pushed: 2018-01-15 11:47:00.0

Homepage: null

Size: 74

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

t3deploy

TYPO3 dispatcher for database related operations.

Build information

Build Status Code Coverage

Usage

Add new database definitions

typo3/cli_dispatch.phpsh t3deploy database updateStructure --verbose --execute

Remove old database definitions

typo3/cli_dispatch.phpsh t3deploy database updateStructure --remove --verbose --execute

Only report new database definitions and removals

typo3/cli_dispatch.phpsh t3deploy database updateStructure --remove --verbose

Only report new database definitions and removals to file

typo3/cli_dispatch.phpsh t3deploy database updateStructure --remove --verbose --dump-file update_dump.sql

Exclude the types drop_table and clear_table from update database definitions

typo3/cli_dispatch.phpsh t3deploy database updateStructure --remove --verbose --excludes=drop_table,clear_table

Options

Requirements

TYPO3 6.2+

Authors

Oliver Hader, Daniel Poetzinger, Michael Klapper

See also the list of contributors who participated in this project.

Copyright / License

Copyright: (c) 2012 - 2018, AOE GmbH License: GPLv3, http://www.gnu.org/licenses/gpl-3.0.en.html


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.