Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cornernote opened this issue Nov 18, 2015 · 2 comments
Open

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

cornernote opened this issue Nov 18, 2015 · 2 comments

Comments

@cornernote
Copy link
Contributor

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
Copy link
Member

Blizzke commented Nov 18, 2015

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

@cornernote
Copy link
Contributor Author

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 [email protected]
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
#132 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants