Du lette etter:

nextcloud database

Install – Nextcloud
https://nextcloud.com/install
The Web Installer is the easiest way to install Nextcloud on a web space. It checks the dependencies, downloads Nextcloud from the official server, unpacks it with the right permissions and the right user account. Finally, you will be redirected to the Nextcloud installer. Right-click here and save the file to your computer.
Converting database type — Nextcloud latest Administration ...
docs.nextcloud.com › server › latest
Converting database type You can convert a SQLite database to a better performing MySQL, MariaDB or PostgreSQL database with the Nextcloud command line tool. SQLite is good for testing and simple single-user Nextcloud servers, but it does not scale for multiple-user production users.
Automatic setup — Nextcloud latest Administration Manual ...
https://docs.nextcloud.com › latest
If you need to install Nextcloud on multiple servers, you normally do not want to set up each instance separately as described in Database configuration.
Switch Nextcloud databases? : unRAID
https://www.reddit.com/r/unRAID/comments/j6a5gp/switch_nextcloud_databa…
I am running Nextcloud with a MariaDB database and honestly.. It's really slow. I'm not happy with the performance at all. I read that switching from MariaDB to Postgresql improves performance massively. I'd love to try it out but i've been using Nextcloud for more than a year and i have data and my configuration in it etc.
How to know which database Nextcloud is using? - ℹ️ Support
https://help.nextcloud.com › how-t...
Hi, you can have a look at the admin settings in the web gui under “Monitoring” and get the DB type (MySQL, mariadb, …) ...
How Nextcloud keeps your data secure – Nextcloud
nextcloud.com › secure
Nextcloud works with industry standard SQL databases like PostgreSQL, MySQL and MariaDB for user and metadata storage. SECURITY TOOLS Nextcloud offers built in monitoring tools and integrates with existing MDM, DLP, event logging and backup tools, enabling existing tool chains to be used to monitor, backup and restore systems.
Setting up database manually from scratch - Installation
https://help.nextcloud.com › settin...
It seems that I will have time to continue the migration from Synology Apps to Nextcloud as it will be described in my tutorial soon.
Converting database type - Nextcloud Documentation
https://docs.nextcloud.com › latest
You can convert a SQLite database to a better performing MySQL, MariaDB or PostgreSQL database with the Nextcloud command line tool.
Storage and database — Nextcloud latest Developer Manual ...
https://docs.nextcloud.com › app
Migration 2: Schema change · Migrate from database.xml · Console commands · Database schema (deprecated) · Database access.
Database configuration — Nextcloud latest Administration ...
docs.nextcloud.com › server › 20
A Nextcloud instance configured with MySQL would contain the hostname on which the database is running, a valid username and password to access it, and the name of the database. The config/config.php as created by the Installation wizard would therefore contain entries like this:
Converting database type — Nextcloud latest Administration ...
https://docs.nextcloud.com/.../configuration_database/db_conversion.html
You can convert a SQLite database to a better performing MySQL, MariaDB or PostgreSQL database with the Nextcloud command line tool. SQLite is good for testing and simple single-user Nextcloud servers, but it does not scale for multiple-user production users. Run the conversion First set up the new database, here called “new_db_name”.
Recreate my nextcloud database again - ℹ️ Support
https://help.nextcloud.com › recrea...
Hi, as I described in a further post (https://help.nextcloud.com/t/server- ... a mariadb table of the nextcloud database was corrupted and I wasn't able to ...
MySQL Database Question : NextCloud
https://www.reddit.com/r/NextCloud/comments/jv1mb1/mysql_database_ques…
Investigating my installation I DO NOT have a nextcloud.db file in my nextcloud/data/ directory. However, MySQL is installed and running on my server. I just checked and the nextcloud database does exist, and the server does work except for the fact that I can't upload files from a publicly accessible link. A signed-in user can upload files ...
Enabling MySQL 4-byte support — Nextcloud latest ...
docs.nextcloud.com › server › latest
Restart the MySQL server in case you changed the configuration in step 1. Change your databases character set and collation: ALTER DATABASE nextcloud CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; Set the mysql.utf8mb4 config to true in your config.php: $ sudo -u www-data php occ config:system:set mysql.utf8mb4 --type boolean --value="true".
Database configuration — Nextcloud latest Administration ...
https://docs.nextcloud.com/.../linux_database_configuration.html
Database configuration Nextcloud requires a database in which administrative data is stored. The following databases are currently supported: MySQL / MariaDB PostgreSQL Oracle The MySQL or MariaDB databases are the recommended database engines. Requirements
Database access — Nextcloud latest Developer Manual latest ...
https://docs.nextcloud.com › storage
The basic way to run a database query is to use the database connection provided by OCP\IDBConnection. Inside your database layer class you can now start ...
Storage and database — Nextcloud latest Developer Manual ...
https://docs.nextcloud.com › basics
Migrations · 1. Migration 1: Schema change · 2. Migration 1: Post schema change · 3. Migration 2: Schema change · Console commands · Database access.
Database configuration — Nextcloud latest Administration ...
https://docs.nextcloud.com/.../configuration_database/index.html
Nextcloud configuration; Apps management; User management; File sharing and management; File workflows; Groupware; Database configuration. Converting database type; Database configuration; Enabling MySQL 4-byte support; BigInt (64bit) identifiers; Mimetypes management; Maintenance; Issues and troubleshooting; GDPR-compliance
How Nextcloud keeps your data secure – Nextcloud
https://nextcloud.com/secure
Nextcloud enables you to leverage existing security investments. storage and database Security tools Policies and processes Nextcloud offers built in monitoring tools and integrates with existing MDM, DLP, event logging and backup tools, enabling existing tool chains to be used to monitor, backup and restore systems. Storage integration
Nextcloud Documentation
https://docs.nextcloud.com
Nextcloud is an open source, self-hosted file share and communication platform. Access & sync your files, contacts, calendars & communicate and collaborate across your devices. You decide what happens with your data, where it is and who can access it!
Database configuration - Nextcloud Documentation
https://docs.nextcloud.com › latest
Nextcloud requires a database in which administrative data is stored. The following databases are currently supported: ... The MySQL or MariaDB databases are the ...
Enabling MySQL 4-byte support — Nextcloud latest ...
https://docs.nextcloud.com/server/latest/admin_manual/configuration...
In order to use Emojis (textbased smilies) on your Nextcloud server with a MySQL database, the installation needs to be tweaked a bit. Note This manual only covers MySQL 8 or newer and MariaDB 10.3 or newer. If you use an older version, please …
Database configuration — Nextcloud latest Administration ...
docs.nextcloud.com › server › latest
Nextcloud configuration; Apps management; User management; File sharing and management; File workflows; Groupware; Database configuration. Converting database type; Database configuration; Enabling MySQL 4-byte support; BigInt (64bit) identifiers; Mimetypes management; Maintenance; Issues and troubleshooting; GDPR-compliance
GDPR Compliance – Nextcloud
https://nextcloud.com/gdpr
Nextcloud makes accessing and sharing data a breeze, providing users a comfortable, familiar workspace. Multi-platform productivity Data needs to be available where your employees are. Tablets, mobile devices, laptops and desktops all have access to the same files at a moments notice thanks to the first-class Nextcloud clients.
Database configuration - Nextcloud Documentation
https://docs.nextcloud.com › latest
Converting database type · Run the conversion · Inconvertible tables · Database configuration · Requirements · Parameters · Troubleshooting · Enabling MySQL 4- ...