mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-31 23:06:10 +02:00
Added backup upload script as phpbu fails
This commit is contained in:
parent
8b7ccd1e2e
commit
f8511d247d
3 changed files with 117 additions and 3 deletions
|
@ -6,8 +6,11 @@
|
|||
# run statistics.php at 59 min, every hour
|
||||
59 * * * * root /usr/bin/php8.2 /opt/registry/automation/statistics.php
|
||||
|
||||
# run backup at 59 min, every hour
|
||||
59 * * * * /opt/registry/automation/vendor/bin/phpbu --configuration=/opt/registry/automation/backup.json
|
||||
# run backup at 15 min, every hour
|
||||
15 * * * * /opt/registry/automation/vendor/bin/phpbu --configuration=/opt/registry/automation/backup.json
|
||||
|
||||
# run backup-upload.php at 30 min, every hour
|
||||
30 * * * * root /usr/bin/php8.2 /opt/registry/automation/backup-upload.php
|
||||
|
||||
# run change-domain-status.php every hour
|
||||
30 * * * * root /usr/bin/php8.2 /opt/registry/automation/change-domain-status.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue