Merge pull request #7384 from andrewnimmo/patch-1

Update postgresql-migration.md

[ci skip]
pull/7424/head
Oliver Günther 5 years ago committed by GitHub
commit fa2512f664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/operations/migrating/packaged/postgresql-migration.md

@ -95,7 +95,7 @@ Once installed, switch to the PostgreSQL system user.
Then, as the PostgreSQL user, create the system user for OpenProject. This will prompt you for a password. We are going to assume in the following guide that password were 'openproject'. Of course, please choose a strong password and replace the values in the following guide with it!
```bash
[postgres@host] createuser -W openproject
[postgres@host] createuser -P -d openproject
```
Next, create the database owned by the new user

Loading…
Cancel
Save