Releases: sitegeist/Sitegeist.MagicWand
Releases · sitegeist/Sitegeist.MagicWand
FIX: Prevent table locks by using mysqldump --single-transaction
Merge pull request #24 from punktDeForks/fix/single-transaction FIX: Prevent table locks by using mysqldump --single-transaction
Support sshOptions
Support sshOptions
that are added to the ssh- and rsync commands used by the clone
command-controller. This is especially helpful to configure ssh proxy settings.
Sitegeist:
MagicWand:
clonePresets:
example:
sshOptions: '-o "ProxyCommand=..." '
Support sshOptions
Support sshOptions
that are added to the ssh- and rsync commands used by the clone
command-controller. This is especially helpful to configure ssh proxy settings.
Sitegeist:
MagicWand:
clonePresets:
example:
sshOptions: '-o "ProxyCommand=..." '
Add set charset to clone process to convert utf8 to utf8mb4
Merge pull request #19 from sitegeist/feature/handleCloningFromNeos3To4 TASK: Handle cloning from Neos 3 utf8 to Neos 4 utf8mb4 properly and apply setCharset
Neos 4.0 Compatibilty
v3.0.0 TASK: Add version constraint for flow 5
Include globalTranslationPath Data/Translations into cloning
Additionally the mysql port of the remote configuration can is taken into account.
FEATURE: Add persistence backend option port
v2.1.0 Merge pull request #13 from freesh/feature/addPersistenceBackendOptio…
Compatibility to Neos 3.0
v2.0.0 TASK: Update package type and flow requirement
v1.0.5
Add configuration of local and remote flow-command.
v1.0.4 Merge pull request #4 from sitegeist/feature/configureLocalAndRemoteF…