Tags
Asked 1 years ago
20 Jul 2022
Views 507
Shana

Shana posted

Errcode: 28 - No space left on device

suddenly i find this error at website

Error writing file (Errcode: 28 - No space left on device)

what can be problem with website ?

i am using linux and php with Codeignitor framework
dilip

dilip
answered Sep 13 '22 11:31

you should free some space . so you can delete logs .so try to PURGE BINARY LOGS Statement


PURGE BINARY LOGS BEFORE now()


it will deletes all the binary log files listed in the log index file prior today .

so take backup of all database and other files

its just simple solution . so use own risk
Post Answer