Created
October 24, 2023 10:03
-
-
Save yogendra/324ef0f77e5d829ba2f4fb0f199e18db to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum install -qy https://s3.us-west-2.amazonaws.com/downloads.yugabyte.com/repos/reporpms/yb-yum-repo-1.1-0.noarch.rpm | |
sudo yum install -qy https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm | |
sudo yum install -qy pgdg-redhat-repo oracle-instant-clients-repo | |
sudo dnf -qy module disable postgresql | |
sudo yum install -qy --downloadonly --downloaddir=yb-voyager/ perl-open.noarch | |
sudo yum install -qy --downloadonly --downloaddir=yb-voyager/ yb-voyager | |
tar -czvf yb-voyager-centos8-airgapped.tgz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment