28 December, 2015
Importing Postgresql dump
sudo -u postgres pg_restore --verbose --clean --no-acl --no-owner -h localhost -U postgres -d dbname ./dumpfilename
28 December, 2015
sudo -u postgres pg_restore --verbose --clean --no-acl --no-owner -h localhost -U postgres -d dbname ./dumpfilename
4 September, 2014
Here’s a link to a blog post I wrote on Unknown Worlds blog. If you’re working in a highly-distributed team or you’re in gamedev, this one might be for you!