There is a file dump.sql
It is intended for MySQL
MySQL dump 10.13 Distrib 5.7.20, for Win64 (x86_64) DB in cp1251
Error during normal recovery of psql databasename < /path/to/dump/dump.sql such
ERROR: invalid byte sequence for encoding "UTF8": 0xd3 0xc0 You need to convert it in such a way that it can be restored to postgresql.
Are there any plugins? or ways?
Notes for Windows Userssection. And do not forget that the connection to the database and the table fields should also be CP1251 ... - Akina