**** per apt auf ubuntu 18.04 installiert, es rät sich erstmal nicht die Verzeichnisstruktur in der config zu ändern, führt zu Fehlern die schwer zu finden sind
**** tine und apache log Dateien checken
 
==== von 2018.08.4 zu 2020.08.5 ====
 
<source lang=bash>
mysqldump --single-transaction --default-character-set=utf8 -u root -p sync_db > sync_db.2018.08.4.sql
 
wget https://packages.tine20.org/source/2019.02.1/tine20-allinone_2019.02.1.zip
unzip tine20-allinone_2019.02.1.zip tine20-allinone_2019.02.1
cd tine20-allinone_2019.02.1
php setup.php --config /etc/tine20/config.inc.php --update Tinebase
# Tinebase_Exception_Backend: you already have some utf8mb4 tables, but your db config says utf8, this is bad! in 2019.02.1 Setup/Controller.php:673
php setup.php --config /etc/tine20/config.inc.php --migrateUtf8mb4
php setup.php --config /etc/tine20/config.inc.php --update Tinebase
# Tinebase_Exception: waited for Action Queue to become empty for more than 300 sec in /root/tine20/tine20-allinone_2019.02.1/Setup/Controller.php:985
redis-cli
FLUSHDB
php setup.php --config /etc/tine20/config.inc.php --update Tinebase
cd ..
 
wget https://packages.tine20.org/source/2019.08.1/tine20-allinone_2019.08.1.zip
unzip tine20-allinone_2019.08.1.zip -d tine20-allinone_2019.08.1
cd tine20-allinone_2019.08.1/
php setup.php --config /etc/tine20/config.inc.php --update
cd ..
 
https://packages.tine20.org/source/2019.08.4/tine20-allinone_2019.08.4.zip
unzip tine20-allinone_2019.08.4.zip -d tine20-allinone_2019.08.4
cd tine20-allinone_2019.08.4
 
 
wget https://packages.tine20.org/source/2019.12.1/tine20-allinone_2019.12.1.zip # Major version jumps are not allowed. 2019.08.4 muss vorher installiert sein
unzip tine20-allinone_2019.12.1.zip -d tine20-allinone_2019.12.1
cd tine20-allinone_2019.12.1/
php setup.php --config /etc/tine20/config.inc.php --check_requirements
apt-get install php-bcmath
php setup.php --config /etc/tine20/config.inc.php --update
cd ..
 
wget https://packages.tine20.org/source/2020.03.1/tine20-allinone_2020.03.1.zip
unzip tine20-allinone_2020.03.1.zip -d tine20-allinone_2020.03.1
cd tine20-allinone_2020.03.1
php setup.php --config /etc/tine20/config.inc.php --update
cd ..
 
wget https://packages.tine20.org/source/2020.08.1/tine20-allinone_2020.08.1.zip
unzip tine20-allinone_2020.08.1.zip -d tine20-allinone_2020.08.1
cd tine20-allinone_2020.08.1
php setup.php --config /etc/tine20/config.inc.php --update
cd ..
 
wget https://packages.tine20.org/source/2020.08.5/tine20-allinone_2020.08.5.zip
unzip tine20-allinone_2020.08.5.zip -d tine20-allinone_2020.08.5
cd tine20-allinone_2020.08.5/
php setup.php --config /etc/tine20/config.inc.php --update
</source>
== Versionen ==
Änderungen – Vosp.info

Änderungen

Aus Vosp.info
Wechseln zu:Navigation, Suche
3.057
Bearbeitungen

Navigationsmenü