You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the build script tries to delete the old/previous database right away. This fails in production, because the service is running, so PostgreSQL won't delete it.
Instead, there should be a timed task in the deployment setup repo that periodically prunes all databases but the n most recent.
Currently, the build script tries to delete the old/previous database right away. This fails in production, because the service is running, so PostgreSQL won't delete it.
Instead, there should be a timed task in the deployment setup repo that periodically prunes all databases but the
n
most recent.build.sh
digitransit-ansible
The text was updated successfully, but these errors were encountered: