Is i possible to merge 2 different psql databases?
Notifications
Clear all
2 replies
I don't know if it's possible directly in PT, but if you have a little experience with SQL databases, download pgAdmin, and with that create a backup file of one databases, just edit it to remove the "create database (...)" and run that code in the 2nd database
sorry, I don't have any easy solution
Well you can export the Handhistories from the on DB and import them into the other one.