Skip to content

Commit

Permalink
More formmating fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shambupujar committed Oct 2, 2024
1 parent 8e5ba48 commit c3552d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -114,25 +114,25 @@ optional arguments:
== Upgrading Postgres from 12 to 15
From gateway release 1.7.3, upgrading Postgres is required. Follow the steps below to upgrade Postgres from version 12 to 15:

1. Shutdown the node, and gateway:
=== Shutdown the node, and gateway:
[source, bash]
----
./babylonnode docker stop
----

2. 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 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.
[source, bash]
----
./babyonnode docker install
----

3. 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.

4. Check if the gateway is running:
=== 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.


5.If gateway is reporting issues, it might need a restart. Try below commands
=== If gateway is reporting issues, it might need a restart. Try below commands
[source, bash]
----
docker compose down data_aggregator gateway_api
Expand Down

0 comments on commit c3552d1

Please sign in to comment.