From ea5b2c1d7096bd00d9e2b6aafaa46a3e6e0cd969 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 21 Dec 2019 12:16:29 -0800 Subject: DB loads take a long time now --- extra/sql_dumps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/sql_dumps/README.md') diff --git a/extra/sql_dumps/README.md b/extra/sql_dumps/README.md index ad4afa8f..bb41e702 100644 --- a/extra/sql_dumps/README.md +++ b/extra/sql_dumps/README.md @@ -83,7 +83,7 @@ Or, in production: sudo su postgres time zcat fatcat_full_dbdump_2020-02-02.022209.tar.gz | pg_restore --exit-on-error --clean --if-exists --dbname fatcat_prod -In QA (as of 2019-01-30 dump), this takes about 5h15m. +In QA (as of 2019-12-13 dump), this takes about 8 hours. To just inspect a dump: -- cgit v1.2.3