Skip to content

Commit

Permalink
Merge pull request #6453 from EnterpriseDB/docs/edits_to_lasso_pr6427
Browse files Browse the repository at this point in the history
Edits to Lasso release 4.18.0 PR6427
  • Loading branch information
gvasquezvargas authored Feb 3, 2025
2 parents 795bda5 + 764bfd2 commit b850416
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions product_docs/docs/lasso/4/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ order, and uses the first match:
3. `$HOME/.edb-lasso.conf`
4. `/etc/edb-lasso.conf`

Alternatively, you can run Lasso with the `--config-file` option to
specify a configuration file not in the list above, for example:
To specify a configuration file not in this list,
run Lasso with the `--config-file` option. For example:

```
lasso --config-file /path/to/file.conf
Expand Down
2 changes: 1 addition & 1 deletion product_docs/docs/lasso/4/describe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2799,7 +2799,7 @@ No known security impact.

### Current checkpointer stats (`postgresql_checkpointer`)

Statistics about the checkpointer process's activity (from
Statistics about the checkpointer process activity (from
`pg_stat_checkpointer`).

**Report output:**
Expand Down
16 changes: 8 additions & 8 deletions product_docs/docs/lasso/4/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ the corresponding Linux installation option for your system from the
[EDB Downloads page](https://www.enterprisedb.com/software-downloads-postgres).
Or, you can install it directly from the
[EDB repositories for Linux page](https://www.enterprisedb.com/repos).
Choose Lasso and following the installation instructions.
Choose Lasso and follow the installation instructions.

After installing the EDB repository for your subscription on your system,
you can install Lasso on Linux using the package manager tool
Expand Down Expand Up @@ -51,16 +51,16 @@ name `edb-python39`) as the only dependency.
If your system doesn't have internet access, then you need to download
EDB Python and install it manually before installing Lasso.

The `edb-python39` package, on its turn, depends on the following packages:
The `edb-python39` package depends on the following packages:

- `ncurses`
- `openssl`
- `readline`
- `xz`

Which are already installed by default on most Linux distributions.
These packages are already installed by default on most Linux distributions.

If you have any issues installing Lasso or EDB Python, please reach out to
If you have any issues installing Lasso or EDB Python, contact
EDB Support.


Expand All @@ -83,16 +83,16 @@ If you try to run Lasso without a configuration file, this error occurs:
ERROR: no configuration file for Lasso could be found. Please create a configuration file and try again.
```

Lasso requires a configuration file, which can be one of the following
options. (It uses the first match.)
Lasso requires a configuration file, which can be one of the following.
(It uses the first match.)

- `./edb-lasso.cfg` in the same directory where Lasso is running
- `./edb-lasso.conf` in the same directory where Lasso is running
- `$HOME/.edb-lasso.conf`
- `/etc/edb-lasso.conf`

Alternatively, you can run Lasso with the `--config-file` option to
specify a configuration file not in the list above, for example:
To specify a configuration file not in this list,
run Lasso with the `--config-file` option. For example:

```
lasso --config-file /path/to/file.conf
Expand Down

0 comments on commit b850416

Please sign in to comment.