Baikal - Update (Linux): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 1: | Zeile 1: | ||
{{note|Noch in Bearbeitung}} | {{note|Noch in Bearbeitung}} | ||
== Von Version 0.2.7 auf Version 0.7.1 == | |||
== Download == | === Download === | ||
[https://github.com/sabre-io/Baikal/releases https://github.com/sabre-io/Baikal/releases] | [https://github.com/sabre-io/Baikal/releases https://github.com/sabre-io/Baikal/releases] | ||
Zeile 11: | Zeile 12: | ||
</pre> | </pre> | ||
== Installation == | === Installation === | ||
<pre> | <pre> | ||
Zeile 23: | Zeile 24: | ||
</pre> | </pre> | ||
== Upgrade == | === Upgrade === | ||
=== The constant PROJECT_DB_MYSQL_HOST, containing the MySQL host name, is not set. === | ==== The constant PROJECT_DB_MYSQL_HOST, containing the MySQL host name, is not set. ==== | ||
Die Datei | Die Datei | ||
Zeile 42: | Zeile 43: | ||
</pre> | </pre> | ||
=== SQL-Syntax-Errors === | ==== SQL-Syntax-Errors ==== | ||
Remove all <code>asc</code> within | Remove all <code>asc</code> within |
Version vom 2. August 2020, 07:41 Uhr
Noch in Bearbeitung
Von Version 0.2.7 auf Version 0.7.1
Download
https://github.com/sabre-io/Baikal/releases
cd ~/temp wget https://github.com/sabre-io/Baikal/releases/download/0.7.1/baikal-0.7.1.zip
Installation
unzip baikal-0.7.1.zip sudo mv baikal /mnt/synology/web1/www/baikal0_7_1 cd /mnt/synology/web1/www/ sudo chown -R www-data:www-data baikal0_7_1 sudo mv baikal baikal_bak sudo ln -s baikal0_7_1 baikal
Upgrade
The constant PROJECT_DB_MYSQL_HOST, containing the MySQL host name, is not set.
Die Datei
sudo vi /mnt/synology/web1/www/bakail/config/baikal.yaml
bearbeiten und folgende Variablen anpassen:
mysql_host: '' mysql_dbname: '' mysql_username: '' mysql_password: ''
SQL-Syntax-Errors
Remove all asc
within
sudo vi /mnt/synology/web1/www/baikal0_7_1/Core/Frameworks/BaikalAdmin/Controller/Install/VersionUpgrade.php
Comment out line 225, 260:
// $pdo->exec("CREATE INDEX principaluri_uri ON calendarsubscriptions (principaluri, uri);"); // $pdo->exec('CREATE UNIQUE INDEX path_property ON propertystorage (path, name);');
Links
https://sabre.io/baikal/upgrade/
Zurück zu Baikal