Do you want to: Suggest a feature
Do an update really require 40 GB ?? Please change it to a lower value
Type of installation of Workspace: deb/rpm
OS: Ubuntu 22.04.4 LTS
Additional information:
bash workspace-install.sh -u yes
Minimal requirements are not met: need at least 40960 MB of free HDD space
and it will not update:
root@onlyoffice:/home/he1nz# bash workspace-install.sh -u yes
Select 'Y' to install ONLYOFFICE using Docker (recommended). Select 'N' to install it using RPM/DEB packages.
Please note, that in case you select RPM/DEB installation, you will need to manually install Mail Server and connect it to your ONLYOFFICE installation.
See instructions in our Help Center: http://helpcenter.onlyoffice.com/server/docker/mail/connect-mail-server-to-community-server-via-portal-settings.aspx
Install with Docker [Y/N/C]? n
Hit:1 http://download.onlyoffice.com/repo/debian squeeze InRelease
Hit:2 http://nginx.org/packages/ubuntu jammy InRelease
Hit:3 http://de.archive.ubuntu.com/ubuntu jammy InRelease
Hit:4 http://repo.mysql.com/apt/ubuntu jammy InRelease
Hit:5 https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu focal InRelease
Hit:6 https://artifacts.elastic.co/packages/7.x/apt stable InRelease
Hit:7 http://de.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:8 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease
Get:9 https://download.mono-project.com/repo/ubuntu stable-focal/snapshots/6.8.0.123 InRelease [4429 B]
Hit:10 http://de.archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:11 https://deb.nodesource.com/node_16.x jammy InRelease
Hit:12 http://de.archive.ubuntu.com/ubuntu jammy-security InRelease
Hit:13 https://packages.redis.io/deb jammy InRelease
Fetched 4429 B in 1s (3549 B/s)
Reading package lists... Done
W: Conflicting distribution: https://download.mono-project.com/repo/ubuntu stable-focal/snapshots/6.8.0.123 InRelease (expected stable-focal/snapshots/6.8.0.123 but got focal)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 786 100 786 0 0 6730 0 --:--:-- --:--:-- --:--:-- 6775
#######################################
# BOOTSTRAP
#######################################
deb [signed-by=/usr/share/keyrings/onlyoffice.gpg] http://download.onlyoffice.com/repo/debian squeeze main
gpg: key 8320CA65CB2DE8E5: "Ascensio System Limited (ONLYOFFICE) <support@onlyoffice.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3087 100 3087 0 0 27372 0 --:--:-- --:--:-- --:--:-- 27562
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2141 100 2141 0 0 18436 0 --:--:-- --:--:-- --:--:-- 18617
#######################################
# CHECK PORTS
#######################################
onlyoffice-communityserver is already installed
onlyoffice-xmppserver is already installed
onlyoffice-documentserver is already installed
onlyoffice-controlpanel is already installed
root@onlyoffice:/home/he1nz#
Hello @K.Gundermann
You can attempt running the script with -skiphc
or --skiphardwarecheck
parameter set to true
. For instance, like that:
bash workspace-install.sh -u true -skiphc true
You can also check all available script parameters by running bash workspace-install.sh -h
.