Skip to content

Commit

Permalink
update database warning (#562)
Browse files Browse the repository at this point in the history
Co-authored-by: THAISON\huypd <[email protected]>
  • Loading branch information
duchuytb9x and THAISON\huypd authored Oct 18, 2024
1 parent 151f4db commit 8faf031
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ Please go through the docker-compose file carefully, and change the following pa
- Your `--secret-key` under both coordinator and proxy containers.
- Your `--jwt-secret` and `--metrics-token` under proxy container.

Pay attention to the versions of `indexer-coordinator` and `indexer-proxy`, you should use the latest version. Older versions may experience errors or not generate rewards!

:::

## 2. Setup SSL on your New Server and Consult Security Guide
Expand Down
2 changes: 2 additions & 0 deletions docs/subquery_network/node_operators/setup/install-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ There are plenty of online guides on how to launch a compute engine on various c

Please change the default PostgreSQL password in the `POSTGRES_PASSWORD` field and in the coordinator-service's `postgres-password` field. Replace it with your own one.

Pay attention to the postgres version. The latest version is `postgres:17-alpine`. You should not change the postgres version when it is running stable, changing will cause errors. Upgrading the version requires some advanced techniques such as postgres upgrade or backup, restore.

:::

- Then, install Docker and set auto start:
Expand Down

0 comments on commit 8faf031

Please sign in to comment.