diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-22 04:35:17 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-22 04:35:22 +0300 |
commit | 120f84c83dcebb9b46cb158b9e1f4af9cf0aee28 (patch) | |
tree | a436c36ce91355f03c1b20334b037a5135750c70 | |
parent | 23608149bc72d740e6259e460e43ff276583516d (diff) | |
download | pleroma-120f84c83dcebb9b46cb158b9e1f4af9cf0aee28.tar.gz pleroma-120f84c83dcebb9b46cb158b9e1f4af9cf0aee28.zip |
Executing create is unnecessary after the postgres script is executed
-rw-r--r-- | docs/installation/releases_en.md | 1 |
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 |