As an example how want to know how i can migarte my sql data that i previously made a sql dump for my db but now i want to dump the generated sql data into my local postgres
Asked
Active
Viewed 50 times
0
-
2Possible duplicate [Restore a postgres backup file using the command line?](http://stackoverflow.com/questions/2732474/restore-a-postgres-backup-file-using-the-command-line) – AndreFeijo Nov 20 '16 at 20:26
-
there isnt no backup invloved did you read my question. – riech Nov 20 '16 at 20:27
-
Well, in that case: what do you mean by `sql dump` ? And what do you mean by `want to dump the generated sql data into my local postgres` ? To me, that sounds like you want to *restore* it on your local installation. – wildplasser Nov 20 '16 at 20:46
-
A "SQL dump" **is** a backup (taken with `pg_dump`) – Nov 20 '16 at 21:58