fix: setup-postgres-macos.sh (#2575)
* fix: setup-postgres-macos.sh * Provide intel, arm mac os scripts --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -75,5 +75,5 @@ fi
|
||||
|
||||
# Run the init.sql to setup database
|
||||
echo_header $GREEN "Step [4/4]: Setting up database..."
|
||||
cp ./infra/dev/postgres/init.sql /tmp/init.sql
|
||||
cp ./postgres/init.sql /tmp/init.sql
|
||||
sudo -u postgres psql -f /tmp/init.sql || handle_error "Failed to execute init.sql script."
|
||||
|
||||
Reference in New Issue
Block a user