- dump on source database:
pg_dumpall -r > sourceroles.backup
- restore on target database:
- if postgresql is freshly installed you will have to switch to postgres user:
sudo su postgres
- restore under postgres user:
psql < sourceroles.backup
- if postgresql is freshly installed you will have to switch to postgres user: