Explorar o código

AMBARI-5604. Postgres should be option 4 in setup, not 2. Minor edit. (swagle)

Siddharth Wagle %!s(int64=11) %!d(string=hai) anos
pai
achega
a511d28289
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ambari-server/src/main/python/ambari-server.py

+ 1 - 1
ambari-server/src/main/python/ambari-server.py

@@ -1185,7 +1185,7 @@ def prompt_db_properties(args):
 
       database_num = str(DATABASE_INDEX + 1)
       database_num = get_validated_string_input(
-        "[1] - PostgreSQL (Embedded)\n[2] - Oracle\n[3] - MySQL\n[4] - PostgreSQL (External)\n"
+        "[1] - PostgreSQL (Embedded)\n[2] - Oracle\n[3] - MySQL\n[4] - PostgreSQL\n"
         "==============================================================================\n"
         "Enter choice (" + database_num + "): ",
         database_num,