mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Fix command syntax
This commit is contained in:
parent
350601951b
commit
802e005a99
@ -80,7 +80,7 @@ $ sudo docker run --name dspacedb -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d
|
|||||||
$ createuser -h localhost -U postgres --pwprompt dspacetest
|
$ createuser -h localhost -U postgres --pwprompt dspacetest
|
||||||
$ createdb -h localhost -U postgres -O dspacetest --encoding=UNICODE dspacetest
|
$ createdb -h localhost -U postgres -O dspacetest --encoding=UNICODE dspacetest
|
||||||
$ psql -h localhost -U postgres dspacetest -c 'alter user dspacetest superuser;'
|
$ psql -h localhost -U postgres dspacetest -c 'alter user dspacetest superuser;'
|
||||||
$ pg_restore -h localhost -U postgres -d dspacetest -O --role=dspacetest -h localhost ~/Downloads/cgspace_2018-08-16.backup
|
$ pg_restore -h localhost -U postgres -d dspacetest -O --role=dspacetest ~/Downloads/cgspace_2018-08-16.backup
|
||||||
$ psql -h localhost -U postgres dspacetest -c 'alter user dspacetest nosuperuser;'
|
$ psql -h localhost -U postgres dspacetest -c 'alter user dspacetest nosuperuser;'
|
||||||
$ psql -h localhost -U postgres -f ~/src/git/DSpace/dspace/etc/postgres/update-sequences.sql dspacetest
|
$ psql -h localhost -U postgres -f ~/src/git/DSpace/dspace/etc/postgres/update-sequences.sql dspacetest
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user