Incorrect characters after restore with Docker Postgres database
I make a backup with the command docker exec -t arcane-aio pg_dump arcane-aio -c -U admin > arcane_aio_db.sql I restore the backup with the command cat arcane_aio_db.sql | docker exec -i arcane-aio psql -U admin -d arcane-aio All is good,…