Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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
    • ./install-and-update.sh name-of-translate5-install-package.zip
  • disable maintenance mode
    • t5 main:end
  • No labels