From: Matt Amos Date: Thu, 11 Jun 2015 17:38:45 +0000 (+0100) Subject: The changeset comments temporary should be cleaned too. X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/4972f70ed98da58637340931fe52da20c59f7b56?hp=b0c412752eb8b1b15afaee92ec0be2fb42d7ad23 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... --- 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