autovacuum db once a week
Create a bean that will once per week run vacuum db job. Equivalent of:
vacuumdb --host localhost --port 5432 --username "map_viewer" -d "map_viewer" --analyze --verbose
Create a bean that will once per week run vacuum db job. Equivalent of:
vacuumdb --host localhost --port 5432 --username "map_viewer" -d "map_viewer" --analyze --verbose