Skip to content

Commit 0be1e14

Browse files
committed
Help usage
1 parent f5825df commit 0be1e14

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/Documentation SellYourSaas - Master and Deployment Servers - EN.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3708,7 +3708,7 @@ You must have inside the cron of user *admin* (You can view the cron with *cront
37083708
[source,bash]
37093709
---------------
37103710
# m h dom mon dow command
3711-
# cron master and deployment root
3711+
# cron master and deployment admin
37123712
#7 7 * * * /home/admin/wwwroot/dolibarr/htdocs/custom/sellyoursaas/scripts/git_update_sellyoursaas.sh /home/admin/wwwroot >> /home/admin/logs/git_update_sellyoursaas.log 2>&1
37133713
20 0 * * * /home/admin/wwwroot/dolibarr/htdocs/custom/sellyoursaas/scripts/batch_customers.php backupdelete >> /home/admin/logs/batch_customers-backup.log 2>&1
37143714
---------------

scripts/batch_customers.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,15 @@
229229
print "\n";
230230
print "action can be:\n";
231231
print "- updatecountsonly updates metrics of instances only (list and nb of users for each instance)\n";
232-
print "- updatestatsonly updates stats only (only table sellyoursaas_stats) and send data to Datagog if enabled ***** Used by cron on master server *****\n";
232+
print "- updatestatsonly updates stats only (only table sellyoursaas_stats) and send data to Datagog if enabled <<<<< Used by cron on master server >>>>>\n";
233233
print "- updatedatabase (=updatecountsonly+updatestatsonly) updates list and nb of users, modules and version and stats table.\n";
234234
print "- backuptest test rsync+database backup\n";
235235
print "- backuptestrsync test rsync backup\n";
236236
print "- backuptestdatabase test database backup\n";
237237
print "- backuprsync creates backup (rsync)\n";
238238
print "- backupdatabase creates backup (mysqldump)\n";
239-
print "- backup creates backup (rsync + database) ***** Used by cron on deployment servers *****\n";
240-
print "- backupdelete creates backup (rsync with delete + database)\n";
239+
print "- backup creates backup (rsync + database)\n";
240+
print "- backupdelete creates backup (rsync with delete + database) <<<<< Used by cron on deployment servers >>>>>\n";
241241
print "- backupdeleteexclude creates backup (rsync with delete excluded + database)\n";
242242
print "\n";
243243
print "with a backup... action, you can also add the option --force to execute backup even if done recently.\n";

0 commit comments

Comments
 (0)