-
Notifications
You must be signed in to change notification settings - Fork 14
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
test data base giong over quota regularly #177
Comments
I have truncated Cache data table from biii test database again today .
I do not get why this one is going over quota when the prod one is ok. |
Solution for now for admin is to o in phpmyadmin and empty (truncate) cache_* entries from the biii test database. But still an open and worrying problem. |
Similar error is discussed here: But probably the source of the problem is more due to the test site is in developer mode, and that somehow causes a huge cache in the database - which then block the insertion of more data. I switched off the developer mode for the test site, so let’s see. |
@PerrineGilloteaux do you still see this as an issue? |
yes but only for test database |
In any case, the server should me moved out from OVH |
our test database (name not displayed here for security reasons) goes regularly over quota (which is below the one in prod, but still, it reaches sizes welll above the prod one. From MyPHPAdmin tables, it sounds to come from the cache table. For now I have emptied the cache table (TRUNCATE) but this needs to be further investigated (What are the differences ibetwenn the test database and the prod one? it should be identical?
The problem is solved now by empty tabkes CACHE_.. (> 1G of Cache data) but this has to be investigated.
The text was updated successfully, but these errors were encountered: