Skip to content

Windows Psql connecting and running script command

ertemmstein edited this page Apr 16, 2019 · 19 revisions

Within the latest psql build on windows 10 you can use this command to run script:

psql -f [output_before_script] -U [username] -h [destinationServerIp] -p [port] [destinationDBName]

Clone this wiki locally