Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Groxan committed Feb 5, 2024
1 parent 103b188 commit e18fef4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@ Notes:
- to speed up the restoration replace `-1` with `-e -j {n}`, where `{n}` is a number of parallel workers (e.g., `-e -j 8`);
- in case of Docker use you may need to add `-U tzkt` parameter.

#### Grant access to the database to our user

````
sudo -u postgres psql tzkt_db
tzkt_db=# grant all privileges on all tables in schema public to tzkt;
tzkt_db=# \q
````

---

### Build, configure and run TzKT Indexer
Expand Down

0 comments on commit e18fef4

Please sign in to comment.