fogger
fogger copied to clipboard
Hi, does fogger support MSSQL? if so can you point me in the direction of some example config - in my case I don't want to import from a dump...
Hi, this looks promising for a data masking tool - however, I'm not hugely familiar with docker, compose etc. - does anyone have a simplified user guide for installing fogger....
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update pecl/sqlsrv requires PHP (version >= 7.3.0), installed version is 7.2.3 No valid packages found install failed If...
 Hello I want to install the fogger but I got error like in the previous image, the error is after do the docker-compose up. i have the follow :...
I am interestimg is your software support postgress database masking? If yes, where can i see connection parameters syntax? Thanks in advance, Aleksandar Lukic
Hi all, Great to have this! I keep on getting this error ``` Unknown database type _text requested, Doctrine\DBAL\Platforms\PostgreSQL100Platform may not support it. ``` is there a work around this?
Hi everyone! Thanks for your efforts! It looks like fogger doesn't work with Postgres Enum type ``` worker_1 | In AbstractPlatform.php line 479: worker_1 | worker_1 | Unknown database type...
In faker one can choose the locale being used to generate values by using `Faker\Factory::create('pt_BR');`, how can I do something similar with fogger?
Hi Guys, First of all thank you for such a tool. I am trying to add SOURCE_DATABASE_URL and TARGET_DATABASE_URL for SQL Server db in "docker-compose.yml" file like this. environment: SOURCE_DATABASE_URL:...
Rather than attempt to copy the entire table at once use the first field in a primary key or unique index if possible.