https://bugzilla.wikimedia.org/show_bug.cgi?id=54369
--- Comment #7 from Daniel Kinzler <[email protected]> --- Three options bur compression & error reporting: 1) don't specify --output - then it'll write to stdout, and you can bzip it. Progress and error reporting is silenced, though. 2) use PHP's bzip2 stream wrapper: --output compress.bzip2://wikidata.json.bz2 3) make dumpJson.php always write errors to stderr; then it's no longer important whether you use --output or not. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
