diff --git a/HowtoGitlab/8.md b/HowtoGitlab/8.md index c4459345..128235b3 100644 --- a/HowtoGitlab/8.md +++ b/HowtoGitlab/8.md @@ -497,6 +497,6 @@ $ pg_dump foo > foo.sql $ psql bar < foo.sql ~~~ ~~~ -# sudo -iu postgres psql gitlab-maarch -REASSIGN OWNED BY "gitlab-public" TO "gitlab-maarch"; +# sudo -iu postgres psql bar +REASSIGN OWNED BY "foo" TO "bar"; ~~~ \ No newline at end of file