After you upgrade your SAS Viya, some projects might need to be updated.
When you proceed with the update, the procedure might not finish, or the following message might be displayed:
If the issue is caused by an inconsistent value of the "projectStatus" parameter related to the project, complete the following steps to circumvent the problem:
Note: Here the instructions to connect to internal Postgres DB.
Connect to the cluster where the namespace is with the Postgres service. Then, use the CLUSTER admin account and as follows:
psql
\c SharedServices
Here is an example of the above steps:
[user@trck63 ~]$ kubectl exec -it $(kubectl get pods --no-headers -l postgres-operator.crunchydata.com/role=master -o custom-columns=:metadata.name) -c database -- bash
bash-4.4$ psql
psql (12.18)
Type "help" for help.
postgres=# \c SharedServices
You are now connected to database "SharedServices" as user "postgres".
SharedServices=#