Tutorial topics that describe how to set up, configure, or install Nextcloud using a specific platform or environment. Topics in this category may only be created by trust level 2 and up.
Install NextCloud 17 on CentOS 7 today following this tutorial. NextCloud is a Dropbox-like solution for self-hosted file sharing, calendar and more.
Nextcloud supports multiple database engines, such as PostgreSQL, Oracle, SQLite, and MySQL/MariaDB. In this tutorial, we are going to use MySQL 8.0. Let’s install it first by invoking the command below. # dnf install mysql mysql-server # systemctl enable --now mysqld The MySQL server ...
This issue was happening to me before I updated to Nextcloud 23, perhaps it is an issue with richdocuments 5.0.0? OS: Ubuntu 20.04.3 LTS (5.4.0-91-generic) Webserver: nginx/1.21.4 DB: psql (PostgreSQL) 12.9 (Ubuntu 12.9-0ubuntu0.20.04.1) PHP: PHP 7.4.26 (cli) Nextcloud: 23.0....
The foldernextcloud/theme The database (can be MySQL/MariaDB, SQLite, or PostgreSQL) It’s possible to manually back up folders, files, and the database. Have a look at theNextcloud documentationto find out how to achieve that. It basically involves shutting down the application, letting it...
The database can be any of from SQLite,MySQL/MariaDB,Oracle orPostgreSQLdatabase. For this demo, we will use MariaDB as a database for Nextcloud, and we will talk about the reason behind it later. yum -y install mariadb-server mariadb ...
NextCloud can use SQLite, PostgreSQL or MySQL database to store all its data. In this tutorial we will use MySQL as the database of choice. If you don’t have MySQL or MariaDB installed on your Ubuntu server you can install by following one of the instructions below: ...
Database:MariaDBorMySQL,PostgreSQL9 / 10, Oracle 11g. PHP 7.1+ Nextcloud Enterpriseis also available with full enterprise support, including phone and email access to Nextcloud developers. Features Access your files anywhere. Share your files with the others and protect the public links with a pa...
In addition, the standard SQLite database isonly suitablefor small-scale usage. If you're going to have more than a handful of users, provisioning a MySQL or PostgreSQL database will improve performance. Let's now build a Dockerized Nextcloud installation that runs on MySQL and uses Docker ...
We also need some medium to store the data generated by NextCloud, here we are using MariaDB. However, you can use MySQL, SQLite, Oracle Database, and PostgreSQL as well if you want. sudo dnf install mariadb-server mariadb Start and enable the service: ...