Skip to content

Commit

Permalink
Merge pull request #129 from radixdlt/DO-2764-node-cli-upgrade-postgr…
Browse files Browse the repository at this point in the history
…es-version-from-12-15

update readme
  • Loading branch information
shambupujar authored Oct 3, 2024
2 parents 21a67bc + 0ec40a2 commit c41619f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ This is part of cli docker install process. The ansible provision.yml is updated

[source, bash]
----
./babyonnode docker install
./babylonnode docker install
----

=== Check if node is running:
Expand All @@ -140,6 +140,13 @@ For more information on ensuring the gateway is running, refer to the documentat
Both gateway_api and data_aggregator might need a restart. Try below commands
[source, bash]
----
./babylonnode docker stop
./babylonnode docker start
----

You can also use docker-compose to restart the services
[source, bash]
----
docker compose down data_aggregator gateway_api
docker compose up data_aggregator gateway_api -d
----

0 comments on commit c41619f

Please sign in to comment.