Cron job for cleaning up duplicated labels
On our old production system, we had a weekly cron job that cleaned up duplicated labels in UMTHES. Barbara noticed that this job was not running anymore since we have migrated to umwelt-info.
Could you please create this job for us? The original job was defined as follows:
0 1 * * MON /bin/bash -c 'cd /opt/sns/sns-umthes; docker-compose run web bundle exec rake cleanup:remove_suffixed_label_duplicates >> /opt/sns/sns-umthes/log/cron.log'
Edited by Piet Schijven