[Solved] Update problem to 11.0.2

Here is what happened running the update :

“Preparing update
Set log level to debug
Turned on maintenance mode
Doctrine\DBAL\Exception\DriverException: An exception occurred while executing ‘CREATE TEMPORARY TABLE __temp__oc_filecache AS SELECT fileid, storage, path, path_hash, parent, name, mimetype, mimepart, size, mtime, storage_mtime, encrypted, unencrypted_size, etag, permissions, checksum FROM oc_filecache’: SQLSTATE[HY000]: General error: 13 database or disk is full”

any Idea…?
thanks,

Eric

check your disk seems to be full maybe tmpfs.

Ok thanks, that was the key! Following this tuto i changed the location of the tmpfs file in order to reduce writing on sd. Removing the lines from /etc/fstab solved the problem after a reboot. Update is now ok.