Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the documentation.
List of invalid files…
dan lihat file/folder apa saja yang ditampilkan.MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read the documentation page about this.
mysql
(jgn menggunakan root
).show variables like 'innodb_file_format';
lalu cek kolom Value apakah = Barracuda
. Jika benar, lanjutkan ke langkah nomor 5
.Antelope
, edit konfigurasi file /etc/mysql/conf.d/mysql.cnf
, tambahkan kode dibawah ini.mysql
dan cek lagi apakah sudah berubah.mysql
, jalankan perintah dibawah ini secara berurutan dari dalam path tempat Nextcloud.The "X-Content-Type-Options" HTTP header is not set to "nosniff". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.
X-Content-Type-Options: nosniff
ada disitu./etc/httpd/conf/httpd.conf
. Kemungkinan entri ini pernah ada sebagai bagian setting-an dari versi yang lama. Hapus jika ada disitu.The "X-Robots-Tag" HTTP header is not set to "none". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.
X-Robots-Tag: none
ada disitu./etc/httpd/conf/httpd.conf
. Kemungkinan entri ini pernah ada sebagai bagian setting-an dari versi yang lama. Hapus jika ada disitu.SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗.
Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read the documentation page about this.
The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:
/etc/opt/rh/{PHP_VERSION}/php.d/10-opcache.ini
sesuaikan dengan konfigurasi yang disarankan pada halaman admin Nextcloud.opcache.enable_cli=1
juga.systemctl restart httpd
.The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running "occ db:add-missing-indices" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.
The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running "occ db:add-missing-columns" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability.
This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them.
php.ini
dalam server dengan perintah,php.ini
baris dibawah, pada bagian Dynamic Extension.httpd
dengan perintah berikut.