Boot up with an Fedora Live USB stick.
- Run
vgsto check if there's any space:
$ sudo vgs
VG #PV #LV #SN Attr VSize VFree
fedora 1 3 0 wz--n- <237.28g 0 | #!/bin/bash | |
| # source http://stackoverflow.com/questions/23222616/copy-all-keys-from-one-db-to-another-in-redis | |
| #set connection data accordingly | |
| source_host=localhost | |
| source_port=6379 | |
| source_db=1 | |
| target_host=localhost | |
| target_port=6379 | |
| target_db=2 |