occ
.db
von occ
. Die Datenbankkonvertierungsfunktion wird ab dem 07. Oktober 2020 als experimentelle Implementierung angezeigt. (In meiner Umgebung habe ich ungefähr 300 GB hauptsächlich für kleine Dokumentdateien synchronisiert, bei denen es sich nicht um Videos handelt, aber ich konnte problemlos konvertieren.)config.php
zu löschen und aus dem Web neu zu konfigurieren. Ich habe diesen nicht ausprobiert, daher habe ich nicht überprüft, welcher sicher ist.{Installationsziel} / config / config.php
die folgende Zeile hinzucinfig.php
'mysql.utf8mb4' => true,
# rpm -qa | grep -i mariadb
mariadb-5.5.50-1.el7_2.x86_64
mariadb-libs-5.5.56-2.el7.x86_64
mariadb-server-5.5.50-1.el7_2.x86_64
mariadb-libs-5.5.50-1.el7_2.x86_64
mariadb-5.5.56-2.el7.x86_64
# systemctl stop mariadb
# sudo yum update mariadb-server -y
# rpm -qa | grep -i mariadb
MariaDB-common-10.5.5-1.el7.centos.x86_64
MariaDB-server-10.5.5-1.el7.centos.x86_64
MariaDB-client-10.5.5-1.el7.centos.x86_64
MariaDB-compat-10.5.5-1.el7.centos.x86_64
# systemctl start mariadb
# ss -ltn | grep 3306
LISTEN 0 80 :::3306
# cp -p /etc/my.cnf /etc/my.cnf.bak
/etc/my.cnf
[mysqld]
:
Ausgelassen Konventionelle Einstellungen
:
key_buffer_size = 32M
table_cache = 400
query_cache_size = 128M
#in InnoDB:
innodb_flush_method=O_DIRECT
innodb_flush_log_at_trx_commit=1
innodb_log_file_size=256M
innodb_log_buffer_size = 128M
innodb_buffer_pool_size=2048M
innodb_buffer_pool_instances=3
innodb_read_io_threads=4
innodb_write_io_threads=4
innodb_io_capacity = 500
innodb_thread_concurrency=2
innodb_file_format=Barracuda
innodb_file_per_table=ON
innodb_large_prefix = 1
character-set-server = utf8mb4
collation-server = utf8mb4_general_ci
# systemctl start mariadb
# systemctl status mariadb
● mariadb.service - MariaDB 10.5.5 database server
:
:
Unterlassung
# cd /var/www/html/owncloud
# sudo -u apache php occ db:convert-type --clear-schema --all-apps mysql owncloud 127.0.0.1 owncloud
This feature is currently experimental.
Enter a password to access a target database:
Clearing schema in new database
Creating schema in new database
oc_account_terms
0 [>---------------------------]
:
:
Unterlassung
:
:
oc_vcategory_to_object
0 [>---------------------------]
** Es ist aus **
Recommended Posts