We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1cd2b0 commit caea879Copy full SHA for caea879
awx/main/management/commands/check_db.py
@@ -11,7 +11,7 @@ class Command(BaseCommand):
11
"""Checks connection to the database, and prints out connection info if not connected"""
12
13
def handle(self, *args, **options):
14
- if connection.vendor == 'postgres':
+ if connection.vendor == 'postgresql':
15
16
with connection.cursor() as cursor:
17
cursor.execute("SELECT version()")
0 commit comments