Skip to content

chore: 🦈 😎 👀 1. add psql URL for the built-in db 2. repair workspace with coder update CLI command #4864

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 2, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Minor touchups
  • Loading branch information
ammario committed Nov 2, 2022
commit 8b98dd681c4693147f5c621177534a9562ef132a
3 changes: 1 addition & 2 deletions docs/admin/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ the PostgreSQL interactive terminal), output the connection URL with the followi

```console
$ coder server postgres-builtin-url

psql "postgres://coder@localhost:49627/coder?sslmode=disable&password=feU...yI1"
$ psql "postgres://coder@localhost:49627/coder?sslmode=disable&password=feU...yI1"
```

## System packages
Expand Down
6 changes: 3 additions & 3 deletions docs/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ coder update <workspace-name>

## Repairing workspaces

Use the following command to prompt the user to re-enter template input
variables in an existing workspace. e.g., a workspace fails to build when the
workspace state is out of sync with updates to the workspace's template.
Use the following command to re-enter template input
variables in an existing workspace. This command is useful when a workspace fails
to build because its state is out of sync with the template.

```console
coder update <your workspace name> --always-prompt
Expand Down