XF 2.0 upgrade: warning for full database size

Marcus

Well-known member
I had a hard limit set to my database size (hdd).

1. My first upgrade (php cmd.php xf:upgrade) stopped with the error that the database size was not enough for xf_post

2. I increased the database size (meaning the hdd)

3. The second attempt made it through the step where it first stopped, but later showed an error that some other table was missing. The database was most likely corrupt.

Therefore it would be convenient to check about hard limits for a database, I am not sure if that is even possible.
 
There isn't really any way to check for that. I don't think MySQL itself even has quota support like that. If it's something like a disk running out of space, then that would also be impossible to really check.
 
Top Bottom