Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Please follow these steps to update an on-premise installation of translate5:

  • ssh to the machine.
  • Go to the directory, where your docker-compose.yml is located
  • go into php container
    • docker compose exec php bash
  • check status (no workers running?)
    • t5 status
  • set maintenance mode
    • t5 main:set now
      (or set the maintenance mode to be run at a future point in time with announcement; see options with "t5 main --help")
  • Download install package
  • exit container
    • exit
  • update docker
    • docker compose pull
    • docker compose up -d
  • go into php container
    • docker compose exec php bash
  • update installation
    • sudo -u www-data ./install-and-update.sh name-of-translate5-install-package.zip

  • disable maintenance mode
    • t5 main:end