Skip to content

Commit

Permalink
Merge pull request #4280 from pauldg/patch-1
Browse files Browse the repository at this point in the history
Small update to cron job for cleanup
  • Loading branch information
hexylena authored Jul 13, 2023
2 parents dca839d + 20d9a17 commit 7207363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/admin/tutorials/backup-cleanup/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ tutorial]({% link topics/admin/tutorials/gxadmin/tutorial.md %}).
> + user: galaxy # Run as the Galaxy user
> + minute: "0"
> + hour: "0"
> + job: "GALAXY_LOG_DIR=/tmp/gxadmin/ GALAXY_ROOT={{ galaxy_root }}/server /usr/local/bin/gxadmin galaxy cleanup 60"
> + job: "SHELL=/bin/bash source {{ galaxy_venv_dir }}/bin/activate && GALAXY_LOG_DIR=/tmp/gxadmin/ GALAXY_ROOT={{ galaxy_root }}/server GALAXY_CONFIG_FILE={{ galaxy_config_file }} /usr/local/bin/gxadmin galaxy cleanup 60"
> {% endraw %}
> ```
> {: data-commit="Configure gxadmin to cleanup data"}
Expand Down

0 comments on commit 7207363

Please sign in to comment.