This commit is contained in:
Iván Ovejero 2024-10-11 13:10:21 +02:00
parent 6f45234d56
commit c11af8ea97
No known key found for this signature in database

View file

@ -25,7 +25,7 @@ import { DatabaseSchemaService } from '../database-schema.service';
@Service()
export class DatabaseImportService {
private config: DatabaseImportConfig = {
importFilePath: '/tmp/backup/n8n-db-export-2024-10-11.tar.gz',
importFilePath: '/tmp/backup/n8n-db-export-2024-10-11.tar.gz', // @TODO: Pass from command
extractDirPath: '/tmp/backup',
truncateDestination: true, // @TODO: Only for dev, default it to `false` later
};