Export/Import Database

FFaustinho5/9/2023
Is there any way or command to export / import railway's postgresql?
FFaustinho5/9/2023
N/A
Bbrody5/9/2023
nothing built into railway, so you would want to use pg_dump and pg_restore, or dbgate has a export import utility
FFaustinho5/9/2023
don't know any way to export or import data, I thought that within the railway it would be like you do in your projects and you think it's a good practice, can you teach me?
FFaustinho5/9/2023
if i download pgadmin, can i do it easily ?
FFaustinho5/9/2023
never exported data before
Bbrody5/9/2023
I just recommend two ways to do it, I know there are plenty more ways, I'm sure there are various guides on the internet or YouTube that you could follow
FFaustinho5/9/2023
Thanks!