Rails Postgresql sync from production to development database

Hi,
Is it possible to sync from production to development database?
Using Rails Postgresql

Thanks

Hey @andkjaer !
What do you mean by sync ? Do you want to copy data from a production database to a development one ?

Hi Nicolas,
Yes sorry - with sync I mean copy data from production to development.

Thanks

This is not something you can achieve with Forest. You can’t pass data between environments.