Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 886 Bytes

UPGRADE.md

File metadata and controls

29 lines (23 loc) · 886 Bytes

Upgrading WROLPi

Table of Contents

Upgrading Docker containers

  1. Pull the latest master
    • git pull origin master --ff
  2. Stop docker containers
    • docker-compose stop
  3. Build all docker containers
    • docker-compose build --parallel
  4. Create the map volumes
    • docker volume create --name=openstreetmap-data
    • docker volume create --name=openstreetmap-rendered-tiles
  5. Turn on the database
    • docker-compose up -d db
  6. Upgrade the database
    • docker-compose run --rm api db upgrade
  7. Start all docker containers
    • docker-compose up -d

Upgrading Raspberry Pi or Debian 11 Installation

  1. Run the upgrade script
    • sudo /bin/bash /opt/wrolpi/upgrade.sh