After upgrading from version 1.10.2 to 1.10.3, the server cannot be connected via SSH upon restart

Hello! I’m new to hestiacp and I’m not very familiar with it yet. I installed version 1.10.2. Today, after upgrading to version 1.10.3, I restarted the server, but I couldn’t connect to SSH or the website. I’m puzzled about what could have caused this issue?

Hi,

If you can’t connect, it will be hard to know what’s going on. Anyway, what means can’t connect?, a timeout? another error? Can you connect directly through a console provided by your hosting provider?

What’s your domain name?

Sorry, the issue of not being able to connect after the upgrade and reboot is caused by the shared drive I mounted, not by the upgrade itself!
The only issue is that after upgrading, the file manager is unable to decompress .zip files. When attempting to decompress xx.zip, it results in xxx.zip.out, but no actual file is present.

Discovery: The file manager in version 1.10.2 can decompress files, but now in version 1.10.3, a .out file appears after decompression
Query information: The script redirects all command outputs to xxx.zip.out, but the actual file is not unzipped. .out is the unzip interactive prompt log
GitHub has submitted a pull request (PR) to add the -o parameter to the script, but your current version has not yet incorporated this patch
My actual SSH operation: Switch to the website directory, use ‑o to force overwrite, no interaction, and successfully decompress.
I don’t know if the issue is related to adding the ‘-o’ parameter in the script.

I can’t reproduce the issue. File manager in Hestia 1.10.3 is unzipping the file correctly, and overwriting the files/dirs if they exist.

You should have the patch that fixed the unzip issue:

❯ grep unzip /usr/local/hestia/bin/v-extract-fs-archive
        user_exec unzip -o "$src_file" -d "$dst_dir" > /dev/null 2>&1

When uploading webz.zip, there would be an issue with unzipping. However, after changing it to web77777.zip, it unzipped normally.
Please close the session. I have already solved the problem. Thank you