Smile-SA / gdpr-dump

Utility that creates anonymized database dumps (MySQL only). Provides default config templates for Magento, Drupal and Shopware.
GNU General Public License v3.0
167 stars 46 forks source link

standalone executable with bundled php #131

Open bloep opened 5 months ago

bloep commented 5 months ago

Is your feature request related to a problem? Please describe. This tool is so flexible that it can also be used for systems that do not have php installed.

For example, we also use it to anonymize a MySQL DB of a Java EE application.

Describe the solution you'd like Since gdpr-dump provides already a phar file, it could be easily combined with something like static-php-cli.

i tried it myself with the cli version and it worked great.

that would have advantages like:

carlos-reynosa commented 3 months ago

Some type of docker project for this might also help.

staabm commented 3 months ago

A plain executable without docker sounds like a more lightweight and more universal solution IMO