File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Windows users: grab the `.exe` from the [latest release](https://github.com/exas
3434For a local Docker container (default presets):
3535
3636``` bash
37- exapump profile add local
37+ exapump profile add default
3838```
3939
4040For a custom server (use ` --default ` to mark it as the default profile):
@@ -65,7 +65,7 @@ No `--dsn` needed — exapump uses your default profile automatically.
6565
6666exapump resolves connections in this order:
6767
68- - ** Profile** (recommended): ` exapump profile add local ` , then run commands directly
68+ - ** Profile** (recommended): ` exapump profile add default ` , then run commands directly
6969- ** DSN flag** : ` --dsn exasol://user:pwd@host:8563 `
7070- ** Environment variable** : ` EXAPUMP_DSN=exasol://user:pwd@host:8563 `
7171
You can’t perform that action at this time.
0 commit comments