🧊
QuadBlock Services
  • ⚛️IBC - Cosmos Ecosystem
  • Mainnet
    • 🟢Cosmos Hub
      • Installation
        • Manual
      • Endpoints
      • Node Services
        • State Sync
        • Snapshot
        • Live Peers
      • Upgrade
        • Cosmovisor
        • Systemd
      • Monitoring
    • 🟢Osmosis
      • Installation
        • Manual
      • Endpoints
      • Node Services
        • State Sync
        • Snapshot
        • Live Peers
      • Upgrade
        • Cosmovisor
        • Systemd
      • Monitoring
    • 🟢Stride
      • Installation
        • Automatic
        • Manual
      • Endpoints
      • Node Services
        • State Sync
        • Snapshot
        • Live Peers
      • Upgrade
        • Cosmovisor
        • Systemd
      • CLI Cheatsheet
        • Wallet Management
        • Validator Management
        • Token Management
        • Governance
        • Info & Status
        • Other
        • ⚠️Delete Node
      • Monitoring
    • 🟢Planq
      • Installation
        • Automatic
        • Manual
      • Endpoints
      • Node Services
        • State Sync
        • Snapshot
        • Live Peers
      • Upgrade
        • Cosmovisor
        • Systemd
      • CLI Cheatsheet
        • Wallet Management
        • Validator Management
        • Token Management
        • Governance
        • Info & Status
        • Other
        • ⚠️Delete Node
      • Monitoring
    • 🟢Gitopia
      • Installation
        • Automatic
        • Manual
      • Endpoints
      • Node Services
        • State Sync
        • Snapshot
        • Live Peers
      • Upgrade
        • Cosmovisor
        • Systemd
      • CLI Cheatsheet
        • Wallet Management
        • Validator Management
        • Token Management
        • Governance
        • Info & Status
        • Other
        • ⚠️Delete Node
      • Monitoring
    • 🟢Quasar
      • Installation
        • Automatic
        • Manual
      • Endpoints
      • Node Services
        • State Sync
        • Snapshot
        • Live Peers
      • Upgrade
        • Cosmovisor
        • Systemd
      • CLI Cheatsheet
        • Wallet Management
        • Validator Management
        • Token Management
        • Governance
        • Info & Status
        • Other
        • ⚠️Delete Node
      • Monitoring
  • Testnet
    • 🟢Dymension
      • Installation
        • Automatic
        • Manual
      • Endpoints
      • Node Services
        • State Sync
        • Snapshot
        • Live Peers
      • Upgrade
        • Cosmovisor
        • Systemd
      • CLI Cheatsheet
        • Wallet Management
        • Validator Management
        • Token Management
        • Governance
        • Info & Status
        • Other
        • ⚠️Delete Node
      • Monitoring
    • 🟢Avail
      • Installation
        • Manual
      • Endpoints
      • Node Services
        • State Sync
        • Snapshot
        • Live Peers
      • Upgrade
        • Cosmovisor
        • Systemd
      • CLI Cheatsheet
        • Wallet Management
        • Validator Management
        • Token Management
        • Governance
        • Info & Status
        • Other
        • ⚠️Delete Node
      • Monitoring
    • Soon
  • Endpoints
    • 🌐Public Endpoints
    • 🔐Private Endpoints
Powered by GitBook
On this page
  1. Testnet
  2. Dymension
  3. Upgrade

Systemd

If you using systemd, run the command below:

sudo systemctl stop gitopiad

sudo rm -f /usr/bin/gitopiad

cd $HOME
rm -rf gitopia
git clone https://github.com/gitopia/gitopia.git
cd gitopia
git checkout v2.0.0
make install

sudo mv $HOME/go/bin/gitopiad /usr/bin/

sudo systemctl start gitopiad
PreviousCosmovisorNextCLI Cheatsheet

Last updated 2 years ago

🟢