Skip to content

Commit

Permalink
remore redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaghHegde committed Sep 30, 2024
1 parent d38ca4d commit 32f91e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deploy/docker/fs/opt/appsmith/pg-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,7 @@ init_pg_db() {
echo "Schema 'appsmith' does not exist. Creating schema..."
psql -h "$PG_DB_HOST" -p "$PG_DB_PORT" -U postgres -d "$PG_DB_NAME" -c "CREATE SCHEMA appsmith;"
else
echo "Schema 'appsmith' already exists."
fi
else
echo "Remote PostgreSQL detected, running as current user."
PGPASSWORD=$PG_DB_PASSWORD psql -h "$PG_DB_HOST" -p "$PG_DB_PORT" -U "$PG_DB_USER" -d "$PG_DB_NAME" -c "CREATE SCHEMA IF NOT EXISTS appsmith;"
Expand Down

0 comments on commit 32f91e8

Please sign in to comment.