2017 © Pedro Peláez
 

typo3-cms-extension pt_migrations

TYPO3 extension which supports running db migrations based on doctrine

image

punktde/pt_migrations

TYPO3 extension which supports running db migrations based on doctrine

  • Friday, June 1, 2018
  • by punktde
  • Repository
  • 5 Watchers
  • 1 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 6 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

pt_migrations

Installation

  1. Install the extension as usual in TYPO3, (*1)

  2. Copy the file Configuration.sample.yaml to config/Configuration.yaml where config is on the same level as your document root., (*2)

  3. Double check that migrations_directory contains valid relative paths from the document root to your folders which contain the migrations., (*3)

Running commands

Run TYPO3_CONTEXT=current_context ./migrate migrations:cmd in bin folder., (*4)

current_context has to be the context node name from your configuration file. F.e. Development/Vagrant. cmd can currently be status, migrate or version., (*5)

List all commands

Run TYPO3_CONTEXT=current_context ./migrate list in bin folder., (*6)

Show migration status

Run TYPO3_CONTEXT=current_context ./migrate migrations:status in bin folder., (*7)

How to run a migration

Run TYPO3_CONTEXT=current_context ./migrate migrations:migrate in bin folder., (*8)

How to add or delete version of migration table

Run TYPO3_CONTEXT=current_context ./migrate migrations:version in bin folder., (*9)

Further resources

The Versions

01/06 2018

dev-master

9999999-dev http://punkt.de

TYPO3 extension which supports running db migrations based on doctrine

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

extension typo3

20/12 2016

1.0

1.0.0.0 http://punkt.de

TYPO3 extension which supports running db migrations based on doctrine

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

extension typo3