Describe the problem/error/question
I just upgraded the Docker container to 1.112.6 and attempted to update the database on Postgres.
C:\Projects\docker>docker exec -it f19c874739ca npx n8n --version
1.112.6
C:\Projects\docker>docker exec -it f19c874739ca npx typeorm migration:run
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
typeorm migration:run
Runs all pending migrations.
Options:
-h, --help Show help [boolean]
-d, --dataSource Path to the file where your DataSource instance is defined.
[required]
-t, --transaction Indicates if transaction should be used or not for
migration run. Enabled by default. [default: “default”]
-f, --fake Fakes running the migrations if table schema has already
been changed manually or externally (e.g. through another
project) [boolean] [default: false]
-v, --version Show version number [boolean]
Missing required argument: dataSource
npm notice
npm notice New major version of npm available! 10.9.3 → 11.6.1
npm notice Changelog: Release v11.6.1 · npm/cli · GitHub
npm notice To update run: npm install -g [email protected]
npm notice
All the required env variables are set.
What is the dataSource that needs to be added to this command?
Thanks,
Thm.