> On 19/10/2022 17:43 CEST ertan.kucuko...@1nar.com.tr wrote:
>
> I am using PostgreSQL 14.5
>
> I tried to move a Linux database to Windows. Both identical version.
> Linux dump successfully loaded on Windows system.
> Reason for changing system didn’t work out and now I am trying to move it back
Hello again,
While I was searching for a solution, I saw an example of manual running of
dump file within psql. Tried this and it did work just fine.
\connect mydb
\i last_backup.bak
Above two commands completed without any loading error at all.
Now I wonder why command line did not work.
Do le