Difference between revisions of "Pv-migrate"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "# pv-migrate https://github.com/utkuozdemir/pv-migrate https://github.com/utkuozdemir/pv-migrate/blob/master/USAGE.md # Add ``` #!/bin/sh set -eu curl -LO https://github.co...")
 
Line 1: Line 1:
 
# pv-migrate
 
# pv-migrate
 +
 +
https://devopstales.github.io/home/k8s-migrate-pv/
  
 
https://github.com/utkuozdemir/pv-migrate
 
https://github.com/utkuozdemir/pv-migrate

Revision as of 17:53, 2 December 2023

pv-migrate

https://devopstales.github.io/home/k8s-migrate-pv/

https://github.com/utkuozdemir/pv-migrate

https://github.com/utkuozdemir/pv-migrate/blob/master/USAGE.md

Add

#!/bin/sh
set -eu
curl -LO https://github.com/utkuozdemir/pv-migrate/releases/download/v1.7.1/pv-migrate_v1.7.1_linux_x86_64.tar.gz
tar xf pv-migrate_v1.7.1_linux_x86_64.tar.gz
sudo mv pv-migrate /usr/local/bin/
pv-migrate --version