Skip to content

Latest commit

 

History

History

database_age_cron

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Database Age Cron

Beta License: AGPL-3 Akretion/ak-cloud-france-oi

This module adds a simple cron that allows to know easily what is the age of the database

You just have to check the lastcall date of the cron (via Odoo or via SQL) to know when it ran for the last time.

Table of contents

To make it work, you will need to deactivate the cron once the database is not in production anymore.

For instance with a script that runs:

UPDATE ir_cron SET active='f' WHERE cron_name = 'Database Age Cron';

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • Akretion

This module is part of the Akretion/ak-cloud-france-oi project on GitHub.

You are welcome to contribute.