Skip to content
Snippets Groups Projects
Commit d43f2eaf authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

add SQL snippets to dump (meaningful parts of) the origin table

parent 3d51335f
No related branches found
No related tags found
No related merge requests found
*.log
#!/bin/bash
psql -a service=swh-replica < origin-dump.sql > origin-dump.log
\timing on
\copy origin (type, url) to program 'pigz -c > origins.csv.gz' (format csv);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment