Backup Failed

For users or potential users.
Post Reply
shadlewis
Posts: 25
Joined: Tue Oct 04, 2011 3:35 am

Backup Failed

Post by shadlewis » Sat Nov 07, 2015 5:48 am

Image

shadlewis
Posts: 25
Joined: Tue Oct 04, 2011 3:35 am

Re: Backup Failed

Post by shadlewis » Sat Nov 07, 2015 5:49 am

It gets to 3MB and fails, this is the error. ???

shadlewis
Posts: 25
Joined: Tue Oct 04, 2011 3:35 am

Re: Backup Failed

Post by shadlewis » Sat Nov 07, 2015 6:16 am

I've tried a different network drive and C:\ as well.

Same error.

User avatar
jsalmon
Posts: 1555
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Backup Failed

Post by jsalmon » Sat Nov 07, 2015 6:47 pm

It has something to do with a file in your mysql directory (where your database is stored). There is either a file there with certain permissions or set to a mode (e.g. read only) that the user you are running Open Dental does not have permission to access. Either that or there is a 3rd entity that is locking the file which is causing the backup of the database to fail. You could try some of the following:
  • -Run Open Dental as an Administrator

    -Give the user you are logged in as (or Administrator) full access to your MySQL data directory. Typically C:\mysql\data\
    To do this, right click on the data folder, Properties, Security tab, Edit, highlight the desired user (or add them), Allow full control by checking the check box.

    -Change the owner of the data folder to the desired user.
    To do this, right click on the data folder, Properties, Security tab, Advanced, click Change to the right of the Owner label and owner's name.
    (if prompted, say yes to apply this change to all sub directories and files)
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

shadlewis
Posts: 25
Joined: Tue Oct 04, 2011 3:35 am

Re: Backup Failed

Post by shadlewis » Sat Nov 07, 2015 8:31 pm

thanks, had to chmod -R 777 the mysql/opendental

thanks

User avatar
jsalmon
Posts: 1555
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Backup Failed

Post by jsalmon » Sun Nov 08, 2015 12:26 am

Glad that helped. I'll try and make a mental note to give you Linux answers for server related questions you might have in the future.
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

Post Reply