I don't know if it's just my default install of acquia drupal stack with no password, but whenever I try doing a backup of the default db, it gives me the site offline screen. It even happens when I try to do a download of the file.
I don't know if it's just my default install of acquia drupal stack with no password, but whenever I try doing a backup of the default db, it gives me the site offline screen. It even happens when I try to do a download of the file.
Comments
Comment #1
qbnflaco commented*no password for mysql user
Comment #2
ronan commentedIs there an error on the offline screen (like cannot connect to db or similar) or is it the standard site offline message text?
Comment #3
qbnflaco commentedstandard offline text message.
Comment #4
qbnflaco commentedThere was an error below it...
The mysqli error was: Can't connect to MySQL server on '127.0.0.1' (10061).
Could this be because the acquia drupal stack uses port 33066? I would think this was being read directly from the settings.php file which has it correct.
Comment #5
vako commentedThis will sound obvious, but have you checked to see if the
Take site offlineoption is checked in theAdvanced Backup\Advanced Options?Also this option is not putting the site back online after the backup finished, instead it give page-not-found error.
Comment #6
qbnflaco commentedsame thing if that option is checked or not.
Comment #7
qbnflaco commentedIs there any php extension that is required for this? Acquia removes alot of the unneeded extensions for php. THen again I guess it would have given me a php error. Just putting this out there.
Comment #8
ronan commentedIt is in fact reading the info from the settings.php but I guess I've never tried this with a non-standard port and don't suse Acquia's stack myself. Does your db connection string have a port in it (ie mysqli://user:pass@sever:port/dbname)? If that's the case then I suppose that port could be being lost when the settings are read.
Comment #9
qbnflaco commentedyes it does have the port number in it.
Comment #10
ronan commentedCan you try the latest dev release? Some port handling code went into the module (for an unrelated issue) and it will hopefully take care of this issue. Reopen if it doesn't