Executing create is unnecessary after the postgres script is executed
authorrinpatch <rinpatch@sdf.org>
Sat, 22 Jun 2019 01:35:17 +0000 (04:35 +0300)
committerrinpatch <rinpatch@sdf.org>
Sat, 22 Jun 2019 01:35:22 +0000 (04:35 +0300)
docs/installation/releases_en.md

index 31e3ac30db68a7a979237551f78d4dce6e3e93b5..5ccd50c47055af94408fe6ebb2069d115ef2b6b3 100644 (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