github-action icon indicating copy to clipboard operation
github-action copied to clipboard

feature request :) ability to destroy db

Open MortenHusted opened this issue 1 year ago • 2 comments

Description of problem

As per discussed in dokku forum on slack we're looking into cloning our "master"/staging database so that we can have a bit better database integrity.

In the the ci-predeploy-script we can add logic to clone the master database and link the new review-app to this cloned version, but we don't have an automated solution to destroying the database on destruction of the review-app

would that be possible to implement?

MortenHusted avatar May 28 '24 22:05 MortenHusted