A have odoo 15 installed on Windows server 2016; everything is working very well but;
When i try to backup the database i get this error:
Database backup error: Postgres subprocess ('C:\Odoo15\PostgreSQL\bin\pg_dump.exe', '--no-owner', '--file=C:\windows\TEMP\tmpf9zumbp9\dump.sql', 'CP3') error 1
When i try pg_dump:
C:\Odoo15\PostgreSQL\bin>pg_dump -U postgres -W -Fc -d "test" >C:\Odoo15\PostgreSQL\cp3.dump
pg_dump: erreur : connection to database 'test' failed: connection to server was terminated unexpectedly The server may have terminated abnormally before or during the request processing.
- Give all rights on the database to pgadmin and set it as a owner
- Apply following tutos :