File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,14 @@ downloaded from Maven (https://repo1.maven.org/maven2) and store all data in the
37
37
38
38
> Postgres 13 is the minimum supported version.
39
39
40
+ If you are using the built-in PostgreSQL deployment and need to use ` psql ` (aka
41
+ the PostgreSQL interactive terminal), output the connection URL with the following command:
42
+
43
+ ``` console
44
+ $ coder server postgres-builtin-url
45
+ $ psql " postgres://coder@localhost:49627/coder?sslmode=disable&password=feU...yI1"
46
+ ```
47
+
40
48
## System packages
41
49
42
50
If you've installed Coder via a [ system package] ( ../install/packages.md ) Coder, you can
Original file line number Diff line number Diff line change @@ -70,6 +70,16 @@ The workspace will be stopped and started:
70
70
coder update < workspace-name>
71
71
```
72
72
73
+ ## Repairing workspaces
74
+
75
+ Use the following command to re-enter template input
76
+ variables in an existing workspace. This command is useful when a workspace fails
77
+ to build because its state is out of sync with the template.
78
+
79
+ ``` console
80
+ coder update <your workspace name> --always-prompt
81
+ ```
82
+
73
83
## Logging
74
84
75
85
Coder stores macOS and Linux logs at the following locations:
You can’t perform that action at this time.
0 commit comments