Skip to content

Commit

Permalink
More formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shambupujar committed Oct 2, 2024
1 parent c3552d1 commit e4404eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,15 @@ From gateway release 1.7.3, upgrading Postgres is required. Follow the steps bel
./babylonnode docker stop
----

=== Install the new Postgres 15 and this is part of cli docker install process. The ansible provision.yml is updated to take care of uninstalling the old version and installing the new version. This removes the existing data on gateway and will reingest. So if you running production gateway, suggestion is to setup new instance and switch over to new instance once it is all synced up.
=== Install the new Postgres 15
This is part of cli docker install process. The ansible provision.yml is updated to take care of uninstalling the old version and installing the new version. This removes the existing data on gateway and will reingest. So if you running production gateway, suggestion is to setup new instance and switch over to new instance once it is all synced up.
[source, bash]
----
./babyonnode docker install
----

=== Check if node is running: For more information on node monitoring and health, refer to the documentation at https://docs.radixdlt.com/docs/node-monitoring-health.
=== Check if node is running:
For more information on node monitoring and health, refer to the documentation at https://docs.radixdlt.com/docs/node-monitoring-health.

=== Check if the gateway is running:
For more information on ensuring the gateway is running, refer to the documentation at https://docs.radixdlt.com/docs/setup-with-cli#6-make-sure-the-gateway-is-running.
Expand Down

0 comments on commit e4404eb

Please sign in to comment.