Transfer production database to development database
Hello, I need to transfer all data from all tables in my production database to my development database for testing purposes. How should I proceed? I tried using pg_dump, but I'm not sure if it's the right tool for this task. Thank you