Skip to content

Commit 6ff006c

Browse files
committed
Add sentence about not needing to upgrade on CLI >= v2.3.4
1 parent 7f8fcef commit 6ff006c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,14 @@ You can also specify:
8484

8585
Upgrading databases
8686

87-
For databases that were creaated by CodeQL CLI v2.3.3 or earlier, you will need
87+
For databases that were created by CodeQL CLI v2.3.3 or earlier, you will need
8888
to explicitly upgrade the database before you can run an analysis with a newer
8989
version of the CodeQL CLI. If this step is necessary, then you will see a message telling you
9090
that your database needs to be upgraded when you run ``database analyze``.
9191

92+
For databases that were created by CodeQL CLI v2.3.4 or later, the CLI will implicitly run any
93+
required upgrades. Explicitly running the upgrade command is not necessary.
94+
9295
CodeQL databases are upgraded by running the following command::
9396

9497
codeql database upgrade <database>

0 commit comments

Comments
 (0)