Skip to content

Commit

Permalink
updated command for using postgres database as dbType for VelaUX
Browse files Browse the repository at this point in the history
Signed-off-by: viskumar <[email protected]>
  • Loading branch information
viskumar committed Feb 27, 2025
1 parent 08f5c7e commit b923d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/addons/velaux.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ After deployed, let's get the root password from the secret `vela-system/velaux-
<TabItem label="PostgreSQL" value="postgresql">

```shell script
vela addon enable velaux dbType=postgresql dbURL=postgres://<POSTGRESQL_USER>:<POSTGRESQL_PASSWORD>@<POSTGRESQL_HOST>:<POSTGRESQL_PORT>/<POSTGRESQL_DB_NAME>
vela addon enable velaux dbType=postgres dbURL=postgres://<POSTGRESQL_USER>:<POSTGRESQL_PASSWORD>@<POSTGRESQL_HOST>:<POSTGRESQL_PORT>/<POSTGRESQL_DB_NAME>
```
> It's necessary to create the specified database in advance.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v1.10/reference/addons/velaux.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ After deployed, let's get the root password from the secret `vela-system/velaux-
<TabItem label="PostgreSQL" value="postgresql">

```shell script
vela addon enable velaux dbType=postgresql dbURL=postgres://<POSTGRESQL_USER>:<POSTGRESQL_PASSWORD>@<POSTGRESQL_HOST>:<POSTGRESQL_PORT>/<POSTGRESQL_DB_NAME>
vela addon enable velaux dbType=postgres dbURL=postgres://<POSTGRESQL_USER>:<POSTGRESQL_PASSWORD>@<POSTGRESQL_HOST>:<POSTGRESQL_PORT>/<POSTGRESQL_DB_NAME>
```
> It's necessary to create the specified database in advance.

Expand Down

0 comments on commit b923d8f

Please sign in to comment.