/usr/pgsql-11/bin/pg_dumpall -p 5432 -U postgres -r | /usr/pgsql-11/bin/psql -p 5433
Related Posts
How To Install PostgreSQL With Docker Quickly
- Don Diego Puramagia
- 2020/03/02
- 0
Many developers still install a database on their computer and work on it. It may be a preferable method, but using Docker takes only seconds […]

Postgres Datazo II
- Don Diego Puramagia
- 2016/10/26
- 0
Ayer Leo necesitaba corregir un sp de XXXX en Produccion. Me pidio por mantis corregirlo una vez, lo ejecutó y tuvo otro error. Me pidio […]
Primary Key Index is a Space Hog
- Don Diego Puramagia
- 2020/04/06
- 0
Tables in PostgreSQL have an index for the primary key and separate row storage called the heap. Other databases integrate these together or support “index-organized […]