Blog
Backup y restauración en postgres
Camilo Nova
Camilo Nova
CEOA modo de guía rápida el comando para hacer un backup es:
PGPASSWORD=user_pass pg_dump -U user_name db_name -f filename --clean --no-owner
Para restaurarlo:
PGPASSWORD=user_pass psql -U user_name -d db_name -f filenameWritten by Camilo Nova
Camilo Nova
Axiacore CEO. Camilo writes thoughts about the intersection between business, technology, and philosophy
Subscribe to our newsletter here:
Learn how to use technology to get back your time and enjoy an empty calendar on a work day.
We respect your inbox. Privacy policy