Child pages
  • FS restoration

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On the spare Linux server, get the dump file (from the USB stick). Adapt accordingly, eg the device name. Duration: 35 minutes on the i3 CPU BL spare machine.

Code Block
# Mount the USB drive
mkdir -p /mnt/usb ; mount /dev/sdb1 /mnt/usb
# Copy the file in the filesystem
cp /mnt/usb/tmp/fs.2016.08.15.sql.gzip /tmp
# Unzip it
cd /tmp
gunzip fs.2016.08.15.sql.gzip
# Import
mysql < fs.2016.08.15.sql