For my own records. Dump:
pg_dump -U superuser -C -o database > database
And then the restore (postgres should be the template db):
psql postgres superuser < database
Life lover, father, geek, sportsman, businessman, traveller, DIYer, optimistic, free-thinker
For my own records. Dump:
pg_dump -U superuser -C -o database > database
And then the restore (postgres should be the template db):
psql postgres superuser < database