Changes between Version 31 and Version 32 of nextcloud-admin


Ignore:
Timestamp:
Oct 17, 2019, 1:49:19 AM (5 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • nextcloud-admin

    v31 v32  
    4343 * Backup the database with:
    4444{{{
    45 su -c "pg_dump nextcloud" www-data | gzip -c > nextcloud.pre.$(date +%Y.%m.%d).backup.sql.gz
     45su -c "pg_dump nextcloud" -s /bin/bash www-data | gzip -c > nextcloud.pre.$(date +%Y.%m.%d).backup.sql.gz
    4646}}}
    4747 * Make a backup of the current nextcloud installation:
     
    5555 * Ensure all database udpates have been run, su to the www-data user and then:
    5656{{{
    57 su - www-data
     57su - -s /bin/bash www-data
    5858cd /var/www/nextcloud
    5959php occ upgrade
     60}}}
     61 * Clear out brute force log
     62{{{
     63su - -s/bin/bash www-data
     64psql nextcloud
     65DELETE FROM oc_bruteforce_attempts;
    6066}}}
    6167 * Fix the libre office template language selection (see #13626):
     
    7783In addition, php5-fpm should work mostly out of the box but requires these tweaks:
    7884
    79  * /etc/php5/fpm/pool.d/www.conf:
     85 * /etc/php/7.3/fpm/pool.d/www.conf:
    8086  * Uncomment the the lines starting with env (so environment variables are available to nextcloud)
    8187  * Change: