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")
- t5 main:set now
- 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