You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When PostgreSQL DB chosen, public schema is used instead of ambari schema.
This is not a problem until you want to upgrade the cluster.
When I tried to upgrade my cluster (installed with that ansible playbook), I fault on ambari schema doesn't exist. To avoid this, I ran ambari-server setup with --postgresschema=public, and manually changed that schema owner to ambari user. Only after that I successfully upgraded my cluster.
According to that documents: 2.6, 2.7, ambari schema should be created during the installation and ambari user should be the owner of that schema, but that doesn't happen here.
The text was updated successfully, but these errors were encountered:
When PostgreSQL DB chosen,
public
schema is used instead ofambari
schema.This is not a problem until you want to upgrade the cluster.
When I tried to upgrade my cluster (installed with that ansible playbook), I fault on
ambari schema doesn't exist
. To avoid this, I ranambari-server setup
with--postgresschema=public
, and manually changed that schema owner toambari
user. Only after that I successfully upgraded my cluster.According to that documents: 2.6, 2.7,
ambari
schema should be created during the installation andambari
user should be the owner of that schema, but that doesn't happen here.The text was updated successfully, but these errors were encountered: