18
0
Fork 0

foo/bar...

This commit is contained in:
Benoît S. 2017-02-03 10:47:41 +01:00
parent 67db1b0361
commit 3b9edf570c
1 changed files with 2 additions and 2 deletions

View File

@ -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";
~~~