Executing create is unnecessary after the postgres script is executed

This commit is contained in:
rinpatch 2019-06-22 04:35:17 +03:00
parent 23608149bc
commit 120f84c83d
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ su postgres -s $SHELL -lc "psql -f /tmp/setup_db.psql"
# to the end of /etc/pleroma/config.exs before proceeding
# Create the database schema
su pleroma -s $SHELL -lc "./bin/pleroma_ctl create"
su pleroma -s $SHELL -lc "./bin/pleroma_ctl migrate"
# If you have installed RUM indexes uncommend and run