Attempt to clean up the database cluster directory
This will help to avoid issues where the database cluster directory is left in an inconsistent state.
This commit is contained in:
parent
81b81437fd
commit
1354fe5355
13 changed files with 288 additions and 8 deletions
1
lib/init-action.js
generated
1
lib/init-action.js
generated
|
|
@ -181,6 +181,7 @@ async function run() {
|
|||
return;
|
||||
}
|
||||
try {
|
||||
(0, init_1.cleanupDatabaseClusterDirectory)(config, logger);
|
||||
// Forward Go flags
|
||||
const goFlags = process.env["GOFLAGS"];
|
||||
if (goFlags) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue