Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 789 Bytes

updating-and-redeploying-in-aws.md

File metadata and controls

13 lines (10 loc) · 789 Bytes

Updating & Redeploying in AWS

To update to the latest version of uchaininfo, or redeploy with different chain parameters, you will upload the latest version of uchaininfo to your server.

  1. Copy the latest version of uchaininfo
    git clone https://github.com/poanetwork/uchaininfo
  2. Zip the folder
  3. Copy the zip archive to the same root application folder where the current instance resides (this should be standard based on marketplace installation)
  4. Access the command line and stop the uchaininfo service
    sudo systemctl stop uchaininfo.service
  5. Follow the manual deployment instructions starting with step 2.
  6. If required, migrate the previous database following the AWS RDS migration instructions.