Posts by Lavínia Beghini • 1 point
1 post
-
0
votes1
answer26
viewsA: How to make a remote backup of Postgresql by saving the file on my machine?
You can use docker exec -v {fora_do_container: dentro_do_container}. The -v serves to create a volume within the host Docker, where you can save the database files and it is not deleted if you…