Updating & Redeploying in AWS
To update to the latest version of BlockScout, or redeploy with different chain parameters, you will upload the latest version of BlockScout to your server.
Copy the latest version of BlockScout
git clone https://github.com/poanetwork/blockscout
Zip the folder
Copy the zip archive to the same root application folder where the current instance resides (this should be standard based on marketplace installation)
Access the command line and stop the BlockScout service
sudo systemctl stop blockscout.service
Follow the manual deployment instructions starting with step 2.
If required, migrate the previous database following the AWS RDS migration instructions.
Last updated