Skip to content

Commit

Permalink
Update deploy/docker/fs/opt/appsmith/utils/bin/import_db.js
Browse files Browse the repository at this point in the history
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
  • Loading branch information
sharat87 and mohanarpit authored Nov 15, 2024
1 parent d25bb8d commit d96c2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/fs/opt/appsmith/utils/bin/import_db.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Constants = require('./constants');
const utils = require('./utils');

async function importDatabase() {
console.log("import_database ....");
console.log("Importing the database");
try {
await utils.execCommand([
"mongorestore",
Expand Down

0 comments on commit d96c2b8

Please sign in to comment.