• Resolved popeating

    (@popeating)


    Hello,
    im having issue with DB backup;
    Revisr correctly create the DB folder /wp-content/uploads/revisr-backups
    and it creates a .sql file for every table i have in the db, anyway files a re 0 bytes.
    I changed permision on folder (event to 777) and checked the mysql path (im on linux, it is /usr/bin)

    any suggestions?

    https://www.ads-software.com/plugins/revisr/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter popeating

    (@popeating)

    Hello… i just solved my problem
    the error was due to the way i connect to MySQL; in my wp-config.php i have the following line:
    define(‘DB_HOST’, ‘:/var/run/mysqld/mysqld.sock’);

    so it is not working using mysqldump
    to have it work, i modified class-revisr-db.php to use “localhost” instead thand DB_HOST, where the script muild the connection string

    Plugin Author Expanded Fronts

    (@expandedfronts)

    Hi,

    Glad to see you got this resolved. Will be releasing an update within the next few days and will look at adding support for socket connections.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘DB backup empty’ is closed to new replies.