Stop updating old PG configuration when the user manually deletes it

This commit is contained in:
Vitaliy Filippov
2024-09-14 19:15:40 +03:00
parent 5d40d2a459
commit c6c0b8957a
+4
View File
@@ -218,6 +218,10 @@ class Mon
}
else if (key != '/stats' && key.substr(0, 13) != '/inode/stats/')
{
if (key == '/config/pgs' && !kv.value)
{
this.old_pg_config = false;
}
changed = true;
}
if (this.config.verbose)