Content
@
0 reply
0 recast
0 reaction
Alex Loukissas ๐
@futureartist
What is a good tool to mirror production DB (sanitized) to non-prod for realistic testing?
3 replies
2 recasts
6 reactions
Mikko
@moo
I just clone in prod, then run a Python script on the copied db to fill in columns with random data (same length), then reduce the size by deleting rows, then dump, add to Github.
0 reply
0 recast
1 reaction