diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-30 15:45:11 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-30 15:45:11 -0700 |
commit | 2340854121b83f190094cd45f2a2da9e93ec5162 (patch) | |
tree | 14109e8b46eaca1fc68f3cda4903bdb6ae0be580 /extra/sql_dumps | |
parent | 0e45543cb633f194970ca48f5c008439b7f26f04 (diff) | |
download | fatcat-2340854121b83f190094cd45f2a2da9e93ec5162.tar.gz fatcat-2340854121b83f190094cd45f2a2da9e93ec5162.zip |
no-derive metadata and SQL dump uploads (to petabox)
Diffstat (limited to 'extra/sql_dumps')
-rw-r--r-- | extra/sql_dumps/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/sql_dumps/README.md b/extra/sql_dumps/README.md index 001fc39e..91bc3e98 100644 --- a/extra/sql_dumps/README.md +++ b/extra/sql_dumps/README.md @@ -81,6 +81,8 @@ The `./ia_item_exports_readme.md` and `sqldump` files should be included as a ia upload fatcat_bulk_exports_YYYY-MM-DD ia_exports_item_readme.md --remote-name=README.md ia upload fatcat_sqldump_full_YYYY-MM-DD ia_sqldump_item_readme.md --remote-name=README.md +Uploads should can be `--no-derive` to save cluster time. + Metadata should be set as: - item name: `fatcat_bulk_exports_YYYY-MM-DD` or `fatcat_sqldump_public_YYYY-MM-DD` (or sometimes `fatcat_sqldump_full`) |