X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/63563809b4083385a292d8c0b19b56e60c1472cc..ff593b74e8a02eb714124ecabdf9451febc6ba32:/cookbooks/db/recipes/master.rb diff --git a/cookbooks/db/recipes/master.rb b/cookbooks/db/recipes/master.rb index 3b6890320..c2d1da024 100644 --- a/cookbooks/db/recipes/master.rb +++ b/cookbooks/db/recipes/master.rb @@ -62,11 +62,6 @@ postgresql_user "backup" do password passwords["backup"] end -postgresql_user "munin" do - cluster node[:db][:cluster] - password passwords["munin"] -end - postgresql_user "replication" do cluster node[:db][:cluster] password passwords["replication"] @@ -197,7 +192,6 @@ PROMETHEUS_PERMISSIONS = { user_mutes user_preferences user_roles - user_tokens users way_nodes way_tags @@ -250,7 +244,6 @@ end user_blocks_id_seq user_mutes_id_seq user_roles_id_seq - user_tokens_id_seq users_id_seq ].each do |sequence| postgresql_sequence sequence do @@ -305,7 +298,7 @@ end systemd_timer "yearly-reindex" do description "Yearly database reindex" - on_calendar "Fri *-1-8..14 02:00" + on_calendar "Thu *-1-8..14 02:00" end service "yearly-reindex.timer" do