Which .tmp files are safe to delete?
Posted: Mon Nov 24, 2014 7:49 am
I have a client who has about 1.5 GB of .tmp files in the database folder. The non-temp files are approximately 1.5 GB in size. Are any of these files safe to delete?
The filenames are all like pt30210002.tmp, they just have different numbers in the files. It very well could be the backup software they are using. They're a LONG TIME user a of Open Dental.jsalmon wrote:That is a strange coincidence that the non-temp and temp files equate to the same amount of data. Are you sure it isn't your backup software creating them and then just failing to rename / delete them when it is done? The easiest way to know is to take a look at what the .tmp files start with. If it's something like tempfambal135983.tmp then you can delete them without any worries because any temp tables that Open Dental creates instantly deletes them after use. Maybe your MySQL user that is running Open Dental doesn't have that permission thus the temp tables stick around? However, if they are something like appointment1290834.tmp then I'd suspect your backup software or some 3rd party program of the like.