35,10,0,50,1
25,600,60,0,3000,5000,25,800
90,150,1,50,12,30,50,1,70,12,1,50,1,1,1,5000
0,2,1,0,2,40,15,5,2,1,0,20,0,1
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com...
welcome to wplecturer.com...
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com

Translate

data from prod to dev

More
2 weeks 5 days ago #3330 by ekatsa
data from prod to dev was created by ekatsa
How do you copy data from a prod database to a dev database for some tables only in PostgreSQL (postgresql, PG dump, dbeaver, development)?

Please Log in to join the conversation.

More
2 weeks 5 days ago #3331 by ekatsa
Replied by ekatsa on topic data from prod to dev
you must disable constrainsexport the data of all relative tables in INSERT statements from source or all the tables with drop option and create optiongo to the destination databaserun the script thatDrop the relative tablesCreate and populate themenable constraints.

Please Log in to join the conversation.

Time to create page: 0.175 seconds