bedezign / yii2-audit

Yii2 Audit records and displays web/cli requests, database changes, php/js errors and associated data.
https://bedezign.github.io/yii2-audit/
Other
193 stars 111 forks source link

heroku database full - is there a cron to clean it? #132

Open cornernote opened 8 years ago

cornernote commented 8 years ago

The database DATABASE_URL on Heroku app yii2-audit has exceeded its allocated storage capacity. Immediate action is required. The database contains 10,771 rows, exceeding the Hobby-dev plan limit of 10,000. INSERT privileges to the database will be automatically revoked in 7 days. This will cause service failures in most applications dependent on this database.

Do you have a cron job on another server to clean it?

Blizzke commented 8 years ago

we could add the scheduler addon and have it run the cleanup perhaps?

cornernote commented 8 years ago

From memory the only free way to do it was to run a cron from your own server.

-- Brett

On Wed, Nov 18, 2015 at 5:36 PM, Steve Guns notifications@github.com wrote:

we could add the scheduler addon https://devcenter.heroku.com/articles/scheduler and have it run the cleanup perhaps?

— Reply to this email directly or view it on GitHub https://github.com/bedezign/yii2-audit/issues/132#issuecomment-157628034 .