Skip to content

Commit

Permalink
Debug postgresql start issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs committed Jan 14, 2022
1 parent 81d4897 commit e701b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install-build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-
sudo apt-get update
sudo apt-get install -y postgresql-14

sudo -u postgres /etc/init.d/postgresql start
sudo /etc/init.d/postgresql start
sudo -u postgres psql --command "CREATE USER solana WITH SUPERUSER PASSWORD 'solana';"
sudo -u postgres createdb -O solana solana

0 comments on commit e701b6d

Please sign in to comment.