When restoring a database backup made in the database manager host/web/database/restore as a copy into a Virtual Machine I receive the following error message in the GUI:
Database restore error: Postgres subprocess ('/usr/bin/pg_restore', '--dbname=LATEST', '--no-owner', '/tmp/tmpj83mkk2a') error 1
And a yellow ATTENTION icon next to restored database manager with tooltip "This database may not be compatible".
Odoo log reports:
Database restore error: Postgres subprocess ('/usr/bin/pg_restore', '--dbname=LATEST', '--no-owner', '/tmp/tmpj83mkk2a') error 1
POSTGRES10 log reports:
2021-05-21 02:12:35.780 UTC [1818] odoo@LATEST FATAL: database "LATEST" does not exist
The Virtual Machine is an image of the actual server and I have double checked the OS (Ubuntu 18.04.1 LTS) and POSTGRES version (10.15)
Seems like a common error in the forum but I have not find a solution for the issue.
¿Any ideas?
This setup was working with no issues until a couple days ago.
There was no software or OS update in the machines.