- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to install Ambari 2.7.4 without using bundled postrges?
- Labels:
-
Apache Ambari
Created ‎10-28-2020 10:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
yum install ambari [HDP version] also installs bundled version of postgresql which is way too old.
Is there any way to install ambari server without using the bundled postgresql? Thanks.
Regards,
Amey.
Created ‎10-29-2020 04:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@amey84 Yes. Although yum install still provides the bundled postgres, you can choose to install it or another database separately. During ambari-server setup you choose Y here:
Enter advanced database configuration [y/n] (n)? y
The following links will be helpful here for more info about ambari + postgres:
If this answer resolves your issue or allows you to move forward, please choose to ACCEPT this solution and close this topic. If you have further dialogue on this topic please comment here or feel free to private message me. If you have new questions related to your Use Case please create separate topic and feel free to tag me in your post.
Thanks,
Steven
