Added TMCH cron and database patches

This commit is contained in:
Pinga 2023-12-15 15:06:56 +02:00
parent f9ae818a4d
commit b4ccc2b0e8
5 changed files with 192 additions and 30 deletions

View file

@ -27,8 +27,8 @@
# run auto-clean-unused-contact-and-host.php every day
5 0 * * * root /usr/bin/php8.2 /opt/registry/automation/auto-clean-unused-contact-and-host.php
# run tmch.php every day
5 0 * * * root /usr/bin/php8.2 /opt/registry/automation/tmch.php
# run tmch.php twice a day
0 0,12 * * * root /usr/bin/php8.2 /opt/registry/automation/tmch.php
# run escrow.php every day
5 0 * * * root /usr/bin/php8.2 /opt/registry/automation/escrow.php