mateus_zorba
(usa Debian)
Enviado em 27/07/2015 - 11:52h
Bom dia pessoal, segue a dica ai caso alguém precise. Realizei o seguinte procedimento e obtive sucesso:
vacuumdb --full --analyze --username postgres --dbname MeuBANCO
pg_dump MEUBANCO -Ft -v -U USUARIO -f /tmp/MeuBANCO.tar
dropdb MEUBANCO --username USUARIO
createdb --encoding UNICODE --lc-ctype LOCALE --lc-collate LOCALE --username=USUARIO MEUBANCO
pg_restore --username /tmp/MeuBANCO.tar
psql --dbname MeuBANCO --username=USUARIO postgres
vacuumdb --full --analyze --username USUARIO --dbname MeuBANCO
Obrigado pela ajuda.