Problem med backup till localhost
Hej!
Har problem med att flytta över min databas till en lokal installation av Drupal.
Jag använder mig av MySQL Administrator 1.2.17 för både backup och inläsning. I samband med inläsningen av filen får jag följande felmeddelande:
Error while executing this query:INSERT INTO my_prefix_cache_menu (cid,data,expire,created,headers,serialized) VALUES
('links:secondary-links:tree-data:6cf8dd9e86ee4e25195d38cc5d3a6e64',0x613A323A7B733A343A2274726565223B613A333A7B...........Felmeddelandet fortsätter med en massa tecken och avslutas därefter med:
Read moreMake a clean snapshot of a drupal website, files and databases
The classical mysqldump is not enough to backup a drupal website.
With Snapshot, you can freeze your website and make a clean snapshot, mysql data and files. Different backup type can be done, simple copy, rsync and even rdiff-backup wich provide differential backup.
For now, only myIsam tables can be backuped. I follow percona work to handle innodb soon. Postgres must not be hard to handle.
For now, backup is local. Soon, distant copy will be handled with rsync, ftp and even S3.
Beta version is on github : http://github.com/athoune/Drupal-Snapshot/tree/master
Read moreLive backup mechanism with selective restore
Current backup solutions for Drupal, like the backup module, tend to assume the site is kept inactive during backup, to avoid inconsistency problems; then export the DB and files, and archive them somehow, in order to restore the site in the event of a complete data loss.
While this is fine for smaller and less active sites, a better mechanism for bigger sites sould provide the ability to have:
Read more
