Skip to content

Releases: sitegeist/Sitegeist.MagicWand

FIX: Prevent table locks by using mysqldump --single-transaction

21 Aug 15:21
5c721b6
Compare
Choose a tag to compare
Merge pull request #24 from punktDeForks/fix/single-transaction

FIX: Prevent table locks by using mysqldump --single-transaction

Support sshOptions

29 May 09:45
Compare
Choose a tag to compare

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

29 May 09:44
Compare
Choose a tag to compare

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

08 May 11:57
db8b987
Compare
Choose a tag to compare
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

07 May 14:25
15c7353
Compare
Choose a tag to compare
v3.0.0

TASK: Add version constraint for flow 5

Include globalTranslationPath Data/Translations into cloning

09 Mar 14:13
9258c47
Compare
Choose a tag to compare

Additionally the mysql port of the remote configuration can is taken into account.

FEATURE: Add persistence backend option port

19 Sep 07:54
Compare
Choose a tag to compare
v2.1.0

Merge pull request #13 from freesh/feature/addPersistenceBackendOptio…

Compatibility to Neos 3.0

20 Jan 14:19
Compare
Choose a tag to compare
v2.0.0

TASK: Update package type and flow requirement

v1.0.5

09 Aug 12:10
Compare
Choose a tag to compare

Remove "master" default-preset that accidentally broke the cli interface.
Escape the mySQL Passwords better.

Add configuration of local and remote flow-command.

05 Aug 13:33
Compare
Choose a tag to compare
v1.0.4

Merge pull request #4 from sitegeist/feature/configureLocalAndRemoteF…