aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/installation/releases_en.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/installation/releases_en.md b/docs/installation/releases_en.md
index 31e3ac30d..5ccd50c47 100644
--- a/docs/installation/releases_en.md
+++ b/docs/installation/releases_en.md
@@ -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