Install and enable pg_partman and pg_cron?
Currently, there's only one partitioned table and needs to be scheduled to be updated with systemd timer or cron. With pg_cron it can be scheduled in the same sql code, so that it's easier to find when it's updated and avoid having to install/configure other services. pg_partman easies the partition management, as for example specifying the retention period (that will be useful when we have oldest data out of the db and/or in another format).
So, i think it would be useful to have these extensions.