Page tree

Versions Compared

Key

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

This How-To shows you, how to update a translate5 installation which is set up as shown in the translate5 Ubuntu installation How-To.

Update the file tree and database structure

Although our updates are well tested, we strongly recommend to make a backup of the whole application directory /var/www/translate5 and the translate5 database!
Creating a baclup backup is currently not part of this manual or the update script itself!

...

 

Code Block
languagebash
cd /var/www/translate5
sudo -u www-data ./install-and-update.sh

 

...

The script is looking for file updates on our server. If there is a new version available, the package is downloaded and installed automatically.

Database is also updated automatically.

...