This experiment aims to fast-track installation of Tanzu SQL with Postgres using a collection of scripts.
Starts with the assumption that you have already provisioned a cluster.
./download-tanzu-postgres.sh {tanzu-network-api-token}
Login to the image registry where you want to store the images
./auth-registry.sh {image-registry} {image-registry-username} {image-registry-password}
Replace the curly-braced parameters above with your Harbor domain and administrative credentials
./install-tanzu-postgres-integrated-with-harbor.sh {harbor-domain} tanzu {harbor-username} {harbor-password}
Replace the curly-braced parameters above with your Harbor domain, project and administrator username. The project named
tanzu
should already exist within Harbor.
Consult the developer guide.
./uninstall-tanzu-postgres.sh