Thursday, September 29, 2011

Postgres Backup guide

if you use pg_dump ppp > xxx.tar, then you get error, use standard format for big databases.


references:

[1] http://sparcki.blogspot.com/2010/11/copias-de-seguridad-y-recuperacion-en.html

[2] http://www.rolandovera.com/2008/07/09/forma-correcta-de-sacar-un-respaldo-backup-en-postgresql/

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...