chore: prevent db migrations from running on all cli commands (#15980)

This commit is contained in:
Steven Masley
2025-01-03 11:15:35 -06:00
committed by GitHub
parent 813270d63a
commit a7ed977ba9
8 changed files with 115 additions and 33 deletions
+3
View File
@@ -6,6 +6,9 @@ USAGE:
Directly connect to the database to reset a user's password
OPTIONS:
--postgres-connection-auth password|awsiamrds, $CODER_PG_CONNECTION_AUTH (default: password)
Type of auth to use when connecting to postgres.
--postgres-url string, $CODER_PG_CONNECTION_URL
URL of a PostgreSQL database to connect to.