dbos-inc / dbos-transact

The TypeScript framework for backends that scale
https://docs.dbos.dev
MIT License
335 stars 22 forks source link

Change Application Database Instance #413

Closed qianl15 closed 3 months ago

qianl15 commented 3 months ago

This PR implements a command to change the database instance to which an app is connected, redeploying the app in the process (potentially to a previous version). This is most useful when performing database point-in-time-recovery (https://github.com/dbos-inc/dbos-transact/pull/409), to redeploy the application to the recovered database instance.