apen/additional_scheduler

Useful tasks in the scheduler module : full backup, send query result in mail, exec SH script with reports...

Fund package maintenance!
paypal.me/cerdanyohann

Installs: 42 773

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 5

Forks: 10

Open Issues: 1

Type:typo3-cms-extension

1.6.0 2023-07-20 13:48 UTC

This package is auto-updated.

Last update: 2024-03-25 09:36:57 UTC


README

Latest Stable Version Total Downloads TYPO3 TYPO3

Useful tasks in the scheduler module : full backup, send query result in mail as HTML or CSV, exec SH script with reports...

What does it do?

This extension add new process in your scheduler module, for example you can :

  • backup your entire TYPO3 website (with mail report)
  • exec a SH script (with mail report)
  • exec a SQL query with data put into a HTML table in an email
  • exec a SQL query with CSV as mail attachment (with options for separator, escaping, etc.)
  • clear caches
  • clear files in typo3temp older than x days

Do not hesitate to contact me if you have any good ideas.

This extension work with TYPO3 10.4.x-11.5.x.

Screenshots

List of all the tasks

backup your entire TYPO3 website (with mail report)

Configuration

Mail

exec a SH script (with mail report)

Configuration

Mail

exec a SQL query (with mail report and old templating)

Configuration

Mail

clear files in typo3temp older than x days

Installation

Download and install as TYPO3 extension.

Go to the scheduler module and enjoy it.

Changelog

See CHANGELOG.md

FAQ

I was in an interior version of 1.4 and all my tasks are broken, how can i do?

Run the dedicated migration command : typo3/sysext/core/bin/typo3 additionalscheduler:fixupdateto14