Node-depend binaries and pg_upgrade support
Closed this issue · 1 comments
AndrewBille commented
For example:
node_old = get_new_node(prefix='/path/to/old/pg/prefix')
node_old.init()
node_new=get_new_node(prefix='/path/to/new/pg/prefix')
node_new.init()
node_new.upgade_from(old=node_old)
demonolock commented
Will be done in the next release 1.10.0