Lucas Bürgy's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
14 results tagged nextcloud  ✕
Update to 20.0.4 failed - ℹ️ Support - Nextcloud community https://help.nextcloud.com/t/update-to-20-0-4-failed/101700/4
Sun May 30 02:21:12 2021
QRCode

Nextcloud update failed

Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'ALTER TABLE oc_authtoken CHANGE `password_invalid` password_invalid TINYINT(1) DEFAULT '0'':                                                                                                                                                                                            SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes         Update failed

do

SET GLOBAL innodb_large_prefix = ON;
SET GLOBAL innodb_file_format = Barracuda;
SET GLOBAL innodb_file_per_table = ON;
nextcloud
How To Backup Nextcloud - Kev Quirk https://kevq.uk/how-to-backup-nextcloud
Tue Jun 30 19:02:26 2020
QRCode
nextcloud
BernieO/calcardbackup: Bash script to backup calendars and addressbooks from a local ownCloud/Nextcloud installation<br> - calcardbackup - Codeberg.org https://codeberg.org/BernieO/calcardbackup
Wed Mar 4 13:22:37 2020
QRCode
nextcloud calcard backup
How To Backup Nextcloud - Kev Quirk https://kevq.uk/how-to-backup-nextcloud/
Mon Feb 10 15:38:01 2020
QRCode
nextcloud
New NextCry Ransomware Encrypts Data on NextCloud Linux Servers https://www.bleepingcomputer.com/news/security/new-nextcry-ransomware-encrypts-data-on-nextcloud-linux-servers/
Fri Jan 31 12:43:15 2020
QRCode
nextcloud
The new standard in on-premises team collaboration: Nextcloud Hub – Nextcloud https://nextcloud.com/blog/the-new-standard-in-on-premises-team-collaboration-nextcloud-hub/
Fri Jan 31 11:54:39 2020
QRCode
nextcloud
Nextcloud error /shaare/851vqw
Tue Nov 12 23:14:37 2019
QRCode

Erreur :

  • Syntax error or access violation: 1253 COLLATION 'utf8mb4_general_ci' is not valid for CHARACTER SET 'utf8'

Faire :

  • https://docs.nextcloud.com/server/17/admin_manual/configuration_database/mysql_4byte_support.html
  • https://help.nextcloud.com/t/solved-syntax-error-or-access-violation-1071-specified-key-was-too-long-max-key-length-is-767-bytes/34740

Ne pas oublier d'enlever le mode maintenance

sudo -u www-data php occ maintenance:mode --off
nextcloud mysql error
Upgrade manually — Nextcloud latest Administration Manual latest documentation https://docs.nextcloud.com/server/latest/admin_manual/maintenance/manual_upgrade.html
Thu Sep 5 14:38:23 2019
QRCode

Récupérer config et .htaccess et utiliser adminer pour récupérer la base de données

cd /var/www
wget https://download.nextcloud.com/server/releases/nextcloud-16.0.4.tar.bz2
tar -xvf nextcloud-*.tar.bz2
sudo service apache2 stop
mv html html-old
mv nextcloud html
mysqldump -u nextcloud_web -p --databases nextcloud > nextcloud.sql
cp html-old/config/config.php html/config/

copier apps manquantes

sudo chown -R www-data:www-data html
sudo chmod -R g+w html
sudo find html/ -type d -exec chmod 750 {} \;
sudo find html/ -type f -exec chmod 640 {} \;
sudo service apache2 start
cd html
sudo -u www-data php occ upgrade

Mettre à jour .htaccess

nextcloud
Updater fails with extra files · Issue #163 · nextcloud/updater https://github.com/nextcloud/updater/issues/163#issuecomment-386554357
Sat Apr 6 18:24:14 2019
QRCode

Add an exception to the "Check for expected files" operation
https://github.com/nextcloud/updater/blob/master/index.php#L293-L328

nextcloud
ERROR:you are using a fallback implementation of the intl extension - support - Nextcloud community https://help.nextcloud.com/t/error-you-are-using-a-fallback-implementation-of-the-intl-extension/37143
Sat Mar 16 21:49:48 2019
QRCode
nextcloud mysql
marcelklehr/floccus: Sync your browser bookmarks with your selfhosted server (WebExtension: Chrome/Firefox/Opera) https://github.com/marcelklehr/floccus
Wed Jan 30 10:38:49 2019
QRCode

Nextcloud

nextcloud
Nextcloud offers CalDav Synchronizer for Outlook users – Nextcloud https://nextcloud.com/blog/nextcloud-offers-caldav-synchronizer-for-outlook-users/
Wed Oct 17 19:35:02 2018
QRCode

http://caldavsynchronizer.org/download-2/

nextcloud outlook
Nextcloud file scan - Liens en vrac de sebsauvage http://sebsauvage.net/links/?YRji9A
Fri Jun 15 19:45:53 2018
QRCode

Après avoir importé manuellement des fichiers dans Nextcloud (par exemple par ssh ou ftp), il faut forcer Nextcloud à rescanner les fichiers.
Script php à placer dans le répertoire de Nextcloud

php nextcloud
Streamer sa musique librement - Blog de dada https://www.dadall.info/article623/streamer-sa-musique
Wed Apr 18 22:38:34 2018
QRCode
nextcloud music ampache sonerezh
1244 links, including 4 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn