Installing is always failed today

Today, the OpenReplay installation using the following instructions:

sudo wget https://raw.githubusercontent.com/openreplay/openreplay/main/scripts/helmcharts/openreplay-cli -O /bin/openreplay
sudo chmod +x /bin/openreplay
openreplay -i DOMAIN_NAME

is consistently failing.

The database migration step does not complete:

[INFO] Using KUBECONFIG /etc/rancher/k3s/k3s.yaml

  • app databases-migrate-2hfpk › postgres-check

  • app databases-migrate-2hfpk › git
    app databases-migrate-2hfpk postgres-check psql: error: connection to server at “postgresql.db.svc.cluster.local” (10.43.7.33), port 5432 failed: FATAL: password authentication failed for user “postgres”
    app databases-migrate-2hfpk postgres-check Need version 16.4 or higher. Current version:
    app databases-migrate-2hfpk postgres-check [error] postgresql version is which is not within the allowed range 16.4 - 17. Exiting.
    app databases-migrate-2hfpk postgres-check For upgrade steps, refer: https://docs.openreplay.com/en/deployment/openreplay-admin/#upgrade-postgresql

As of yesterday, the installation was working. This has been verified both on a local Ubuntu virtual machine and on an AWS instance.