Upgrade FileCloud on Linux from Version 23.232 to the Latest FileCloud Version
Upgrading through the admin portal link may lead to permission errors. We recommend upgrading using the procedures on this page instead of upgrading through the admin portal link.
If you are upgrading to 23.241 and using a FIPS-enabled system or encrypted managed storage, please follow the pre-upgrade instructions on page Upgrade Notes for FileCloud 23.241 or Later before performing the upgrade steps on this page.
These instructions are only intended for users who had previously updated to FileCloud Version 23.232 when the latest FileCloud version was released.
If you have not yet updated to FileCloud Version 23.232 and want to update to the latest FileCloud version, you only need to follow the instructions on the page Upgrade FileCloud on Linux.
If you are using native LDAP for authentication and using non-TLS connections set the LDAP Host value to ldap://hostname. Older FileCloud versions supported host value without the protocol definition ldap://
Upgrade steps:
- Take server snapshots or back up your files. This will help restore the system to a working state if there are any unforeseen issues.
- Upgrade using the appropriate procedure below.
- Important: In FileCloud 23.241, the hash algorithm used to verify the FileCloud license has changed. When the update is complete, to enable access to FileCloud, redownload and reinstall your license. See Install the FileCloud License for help.
To upgrade from 23.232 to the latest release on Ubuntu 22.04 LTS:
curl --location 'repo.filecloudlabs.com/static/fcp/filecloudcp' -o /usr/bin/filecloudcp chmod 755 /usr/bin/filecloudcp filecloudcp -fpm rm -rf /etc/apt/sources.list.d/filecloud.list echo "deb [ arch=amd64 signed-by=/usr/share/keyrings/filecloud.gpg ] https://repo.filecloudlabs.com/apt/ubuntu jammy/filecloud/23.241 main" | sudo tee /etc/apt/sources.list.d/filecloud.list apt update -y apt install pigz -y apt upgrade -y
To upgrade from 23.232 to the latest release on RHEL9
curl --location 'repo.filecloudlabs.com/static/fcp/filecloudcp' -o /usr/bin/filecloudcp chmod 755 /usr/bin/filecloudcp filecloudcp -fpm dnf module disable httpd -y dnf module disable php -y cat <<EOF > /etc/yum.repos.d/filecloud-23.241.repo [filecloud-23.241] name=FileCloud 23.241 baseurl=https://repo.filecloudlabs.com/yum/redhat/\$releasever/filecloud/23.241/x86_64/ gpgcheck=1 enabled=1 gpgkey=https://repo.filecloudlabs.com/static/pgp/filecloud.asc module_hotfixes=true EOF yum update -y --allowerasing yum install yum-utils -y yum-config-manager --enable filecloud-23.241 yum install mongodb-org -y yum install pigz -y ACCEPT_EULA=Y yum install filecloud -y chown -R apache:apache /var/www/html/scratch/
To upgrade Solr from 23.232 to the latest release for Ubuntu 22.04 LTS and RHEL9
If you have Solr configured before you upgrade, also enter the following command.
filecloudcp -s
If your indexed Solr data was created using Solr version 7.x or older, a full re-index is required.
To upgrade Tesseract from 23.232 to the latest release for Ubuntu 22.04 LTS and RHEL9
If you have Tessearct configured before you upgrade, also enter the following command.
filecloudcp -t
To upgrade LibreOffice from 23.232 to the latest release for Ubuntu 22.04 LTS and RHEL9
If you have LibreOffice configured before you upgrade, also enter the following command.
filecloudcp --install-preview