You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i created dump pg_dump -h 192.168.0.11 -p 5432 --username postgres --no-password -d some -b -F c --file=my.dmp --no-owner --schema-only
Dump file size is 5Mb
I startup my integration test with next:
Hello, i created dump
pg_dump -h 192.168.0.11 -p 5432 --username postgres --no-password -d some -b -F c --file=my.dmp --no-owner --schema-onlyDump file size is 5Mb
I startup my integration test with next:
and restoreFromFile executed more 1 hour, after that, i kill process.
Help me, how i can fix it?