Update Sentora v2.x.x versions (all supported OS)

Before updating Sentora...

Before updating please consider donating, the project relies on the kind donations from our users!

 

Supported OS:

The Sentora installer officially supports the following operating systems:

  • CentOS 8
  • Ubuntu 20.04.

Unsupported OS:

Some distributions derived from the supported operating systems may work. You are free to use Sentora on unsupported systems at your own risk. Sentora's development team will offer no support to unsupported distributions.

Backup!

Sentora Folders/Files to backup ( VERY IMPORTANT ) :

Sentora core                   -     /etc/sentora

Sentora user data            -     /var/sentora

Sentora password files     -     /root/passwords.txt

How to backup Sentora full Database:

Only run this as ( ROOT USER ONLY NO SUDO )

mysqldump --user=root --password=[ YOUR MySQL ROOT PASSWORD ] --all-databases > ~/sentora_full_db.sql

BACKUP THIS FILE TO A SAFE PLACE!

Updating Sentora

Once logged in SSH console as root, use this command line:(You MUST use root! Not sudo!)

bash <(curl -L -Ss https://sentora.org/update)

 

If you have issues with curl you can try to copy and paste this command (for CentOS):

yum install wget -y && cd /tmp && wget sentora.org/update && bash update

PenWant to help ? Click here to report mistake or to send complement to add.