You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
Uploading large files: Difference between revisions
Jump to navigation
Jump to search
imported>Legoktm (sudo no longer needed) |
imported>Alex Monk No edit summary |
||
Line 1: | Line 1: | ||
Per [https://phabricator.wikimedia.org/T106444] the maximum file size is 4GiB. | |||
Download the files to terbium (or if there's not enough space, tin) with http_proxy=webproxy.eqiad.wmnet:8080 | |||
(url-downloader.wikimedia.org:8080 has a limit just under 1GB - see [https://phabricator.wikimedia.org/T111941]) | |||
<source lang="bash"> | <source lang="bash"> | ||
mwscript importImages.php --wiki=commonswiki --comment-ext=txt --user=USERNAME /tmp/uploads | mwscript importImages.php --wiki=commonswiki --comment-ext=txt --user=USERNAME /tmp/uploads | ||
</source> | </source> |
Revision as of 01:10, 12 September 2015
Per [1] the maximum file size is 4GiB.
Download the files to terbium (or if there's not enough space, tin) with http_proxy=webproxy.eqiad.wmnet:8080
(url-downloader.wikimedia.org:8080 has a limit just under 1GB - see [2])
mwscript importImages.php --wiki=commonswiki --comment-ext=txt --user=USERNAME /tmp/uploads