There was an error while loading. Please reload this page.
sudo -u postgres -i
pg_dump sfdb > output.txt
exit
sudo mv /var/lib/postgres/output.txt /opt/secondfunnel/app/output.txt
NOTE: /var/lib/postgres/ is the home directory of postgres. Double check that this is true if the last command is not working for you.
/var/lib/postgres/
ssh willet@__server_ip_address__
/SecondFunnel/ansible/group_vars/[production|stage].yml
scp willet@__server_ip_address__:/opt/secondfunnel/app/output.txt output.txt