Skip to content
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

Add blog post on "How to Configure FerretDB to work on Percona Distribution for PostgreSQL" #2911

Merged
merged 10 commits into from
Jun 27, 2023
Prev Previous commit
Next Next commit
Update website/blog/2023-06-26-configure-ferretdb-work-percona-distri…
…bution-postgresql.md

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
  • Loading branch information
Fashander and AlekSi authored Jun 26, 2023
commit cfcbfb1fd78187d2bba16a888c31feb1842db148
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ What we want to do now is to explore and view the data we just inserted through

In your terminal, we will open a new `psql` terminal that takes us directly to the `ferretdb` database we created earlier, and contains our data.

```sh
```text
~$ sudo su - postgres
postgres@Alexander-ubuntu:~$ psql ferretdb
psql (13.10 - Percona Distribution (Ubuntu 2:13.10-1.focal))
Expand Down