diff --git a/README.md b/README.md
index 432d50677b8f3c038105b9fec3ba16c0228a9369..274b94271619ddb7969307c5ed1a16fe0e948e23 100644
--- a/README.md
+++ b/README.md
@@ -139,6 +139,7 @@ Next change the version in the following places:
 
 # Release Notes
 
+* 0.25.2 Increase prometheus retention time
 * 0.25.1 Add `RCU_DTH_setup` command in RECV devices
 * 0.25.0 Pull IERS tables from object store
 * 0.24.8 Push docker images to own registry and pull from there for deployments
diff --git a/infra/jobs/station/monitoring.levant.nomad b/infra/jobs/station/monitoring.levant.nomad
index a9030b057b5cf7031a237e3446555513028b5058..1f6300ce0326676a9883dc909fcc16dde015baf5 100644
--- a/infra/jobs/station/monitoring.levant.nomad
+++ b/infra/jobs/station/monitoring.levant.nomad
@@ -241,7 +241,8 @@ localhost:5432:grafana:postgres:password
         ports = ["prometheus"]
         args  = [
           "--config.file=/etc/prometheus/prometheus.yml",
-          "--web.enable-remote-write-receiver"
+          "--web.enable-remote-write-receiver",
+          "--storage.tsdb.retention.time=10y"
         ]
         mount {
           type   = "bind"
diff --git a/tangostationcontrol/VERSION b/tangostationcontrol/VERSION
index af2dabf3ff68ad99a0f3bf238bedfa12267a2944..166c9e29b70b1e6a84168e2e608430f62da4254a 100644
--- a/tangostationcontrol/VERSION
+++ b/tangostationcontrol/VERSION
@@ -1 +1 @@
-0.25.1
+0.25.2