Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

If node version is NOT 0.4.11 when restarting node #144

@concordium-cl

Description

@concordium-cl

⚠️⚠️ Do not do this until you have extracted your log summary! ⚠️⚠️

When restarting your node after our update, you should get something similar to
downloading_image

If the node version is not updated to 0.4.11 , please do the following from a terminal:

  • Run docker ps -a. This will provide you with your CONTAINER ID in the first column.
  • Copy the container id to the next command to remove the container: docker rm <CONTAINER ID>
  • Then remove the image: docker rmi concordium/opentestnet-client:0.4.8
  • Now you can start the node.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions