Administer pgAdmin Users and Preferences Using the Command Line Interface (CLI). #2483

This commit is contained in:
Khushboo Vashi
2023-12-21 12:07:26 +05:30
committed by GitHub
parent a973c9c62c
commit 0d287df6dd
23 changed files with 749 additions and 165 deletions

View File

@@ -72,7 +72,7 @@ fi
# Run setup script first:
echo "Creating configuration database..."
if ! /usr/pgadmin4/venv/bin/python3 /usr/pgadmin4/web/setup.py;
if ! /usr/pgadmin4/venv/bin/python3 /usr/pgadmin4/web/setup.py setup-db;
then
echo "Error setting up server mode. Please examine the output above."
exit 1