From 4972f70ed98da58637340931fe52da20c59f7b56 Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Thu, 11 Jun 2015 18:38:45 +0100 Subject: [PATCH 1/1] The changeset comments temporary should be cleaned too. This is the cause of, and fixes zerebubuth/planet-dump-ng#12 - the temporary data for changeset comments dates from February. I had thought that having the temporaries resumable would make sense, but it seems that it's more confusing to have it keep old data around like that... --- cookbooks/planet/templates/default/planetdump.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/planet/templates/default/planetdump.erb b/cookbooks/planet/templates/default/planetdump.erb index bea56372c..2cedcf4bb 100644 --- a/cookbooks/planet/templates/default/planetdump.erb +++ b/cookbooks/planet/templates/default/planetdump.erb @@ -60,7 +60,7 @@ cd /store/planetdump # Cleanup rm -rf users -rm -rf changesets changeset_tags +rm -rf changesets changeset_tags changeset_comments rm -rf nodes node_tags rm -rf ways way_tags way_nodes rm -rf relations relation_tags relation_members -- 2.43.2