X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/650fbc25637c9ad0893594a6c1bc8dc25171143d..fa1c402b47bdd1f76b8528885c0e3a5e90731cdc:/docs/admin/Maintenance.md diff --git a/docs/admin/Maintenance.md b/docs/admin/Maintenance.md index 758ede65..325e6f8f 100644 --- a/docs/admin/Maintenance.md +++ b/docs/admin/Maintenance.md @@ -60,14 +60,13 @@ to finish the recomputation. ## Removing large deleted objects -Command: `nominatim admin --clean-deleted --age ` +Command: `nominatim admin --clean-deleted ` Nominatim refuses to delete very large areas because often these deletions are accidental and are reverted within hours. Instead the deletions are logged in the `import_polygon_delete` table and left to the administrator to clean up. -To run this command you will need to pass a PostgreSQL time interval to the age -parameter. For example to delete any objects that have been deleted more than a -month ago you would run: -`nominatim admin --clean-deleted --age '1 month'` +To run this command you will need to pass a PostgreSQL time interval. For example to +delete any objects that have been deleted more than a month ago you would run: +`nominatim admin --clean-deleted '1 month'`