From 970c34539c5e8fad69ac929025d200add0a8b13e Mon Sep 17 00:00:00 2001 From: Anagh Hegde Date: Fri, 20 Sep 2024 15:52:10 +0530 Subject: [PATCH] update the path of the back jsonl files to appsmith-stacks --- deploy/docker/fs/opt/appsmith/utils/bin/move-to-postgres.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/docker/fs/opt/appsmith/utils/bin/move-to-postgres.mjs b/deploy/docker/fs/opt/appsmith/utils/bin/move-to-postgres.mjs index f444dd22450..0cc00092485 100644 --- a/deploy/docker/fs/opt/appsmith/utils/bin/move-to-postgres.mjs +++ b/deploy/docker/fs/opt/appsmith/utils/bin/move-to-postgres.mjs @@ -16,7 +16,7 @@ let isBaselineMode = false; let mongoDbUrl; let mongoDumpFile = null; -const EXPORT_ROOT = "mongo-data"; +const EXPORT_ROOT = "/appsmith-stacks/mongo-data"; for (let i = 2; i < process.argv.length; ++i) { const arg = process.argv[i];