TYPO3 database sync

Hello there,

I wanted to present my solution for the synchronization of MySQL databases in the TYPO3 environment. Thereby a Python script is used, which fulfills the following functions in the projects:

  • Synchronization from a remote to a local system
  • Automatic synchronization from live to test systems
  • Database backups of different target systems

Especially the function to quickly pull the current database of a target system to the local development environment is a great advantage in our web development.

The tool can be installed via pip or via composer.

I am happy to receive some feedback and suggestions.

Best regards
Konrad

1 Like