This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Миграция шиндавс -> ляликс
1. Бекапим на винде
pg_dumpall.exe -U postgres -f backup.sql
2. Создаём бд (с тем же именем)
2.1 Запусти SQL SHELL
pgsql -U postgres
createdb iwdm
\q
3. Импортруем
psql -U postgres < backup.sql