Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hid unnecessary pg-16 install information in ubuntu installation in the installer script #1716

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion installer_scripts/install-yb-voyager
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ ubuntu_install_postgres() {
sudo apt install -y postgresql-common 1>&2
echo | sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh 1>&2
sudo apt-get update 1>&2
sudo apt-get -y install postgresql-16
sudo apt-get -y install postgresql-16 1>&2
output "Postgres Installed."
}

Expand Down
Loading