Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To periodically remove temporary tables from the DB, add the following cron job on the reporting database server?.

Code Block
0 1 * * * root mysql -ureporter -preporter -e "CALL kinton_reporting.TruncateRLSTables ();"

...