X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/a4d8ba8f5aee04e305a1eb43d94bd97039f72167..d25c461540eadff2230653059ea2f692ee8dfc63:/server/dump.c diff --git a/server/dump.c b/server/dump.c index cedcc73..84b45d0 100644 --- a/server/dump.c +++ b/server/dump.c @@ -425,7 +425,7 @@ int main(int argc, char **argv) { } if(config_read(0)) fatal(0, "cannot read configuration"); trackdb_init(recover); - trackdb_open(0); + trackdb_open(TRACKDB_NO_UPGRADE); if(dump) { /* we write to a temporary file and rename into place */ byte_xasprintf(&tmp, "%s.%lx.tmp", path, (unsigned long)getpid());