Hi I am having a backup of database of odoo as dump.sql.
When I am trying to restore it back to a new database in postgresql, I am unable to restore it shows "psql:D:/dump/dump.sql:117019: ERROR: invalid input syntax for integer: " /. "CONTEXT: COPY account_account, line 79, column id: " /. "
I am using command as \i file_path/dump.sql
when I am trying to execute a
Copy tale_name (fields....) from stdin;
1 . . . .data
it shows error
How can I execute this and how can I restore dump.sql without error ?
what is the OS you'r using and the OS the database was backup from?
I am using Windows OS, and the OS database was backup from was ubuntu
Is there any security issues with difference in OS @Mahmou Sekawe