aoe / t3deploy-ext
t3deploy TYPO3 dispatcher
Installs: 48
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 41
Forks: 4
Open Issues: 2
Type:typo3-cms-extension
Requires
- php: >= 7.0, < 7.3
- helhum/typo3-console: >=4.0
- typo3/cms-core: >=8.7.0,<=8.7.99
Requires (Dev)
- nimut/testing-framework: ^5.0
- typo3/cms: ^8.7
This package is auto-updated.
Last update: 2024-10-17 23:26:58 UTC
README
TYPO3 dispatcher for database related operations.
Build information
Usage
Add new database definitions
php typo3/cli_dispatch.phpsh t3deploy database updateStructure --verbose --execute
Remove old database definitions
php typo3/cli_dispatch.phpsh t3deploy database updateStructure --remove --verbose --execute
Only report new database definitions and removals
php typo3/cli_dispatch.phpsh t3deploy database updateStructure --remove --verbose
Only report new database definitions and removals to file
php 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
php typo3/cli_dispatch.phpsh t3deploy database updateStructure --remove --verbose --excludes=drop_table,clear_table
Options
- --verbose (-v): Report changes
- --execute (-e): Execute changes (updates, removals)
- --remove (-r): Include structure differences for removal
- --drop-keys: Removes key modifications that will cause errors
- --dump-file: Dump changes to file
- --excludes: Exclude update types (add,change,create_table,change_table,drop,drop_table,clear_table)
Requirements
TYPO3 7.6+
Authors
Oliver Hader, Daniel Poetzinger, Michael Klapper
See also the list of contributors who participated in this project.
Copyright / License
Copyright: (c) 2012 - 2019, AOE GmbH License: GPLv3, http://www.gnu.org/licenses/gpl-3.0.en.html