Issue while upgrading to OS 2.15 (debian package)

Hi there!

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
I’m using a 2.11.1 version of OS / OS Dashboard on a Linux operating system.

I installed the 2.11.1 version using a deb package file and the command dpkg.

Now I would like to upgrade to the last version : the 2.15

Describe the issue:
I downloaded the last version and tried to run the dpkg -i to upgrade the Opensearch node.

However, I get the following error message :

subprocess returned error exit status 2
dpkg: error processing opensearch-2-15-0-linux-x64.deb (–install) :
unable to copy data from “./usr/share/opensearch/plugins/opensearch-sql/spark-2.15.0.0.jar” to “/usr/share/opensearch/plusings/opensearch-sql/spark-2.15.0.0.jar.dpkg-new” : unexpected end of file

Relevant Logs or Screenshots:

Best regards,

Hi @vincent2mots,

Before upgrading OpenSearch to a new version, it’s strongly recommended to create a snapshot and backup the configuration files.

Please have a look at the following documentation on how to upgrade the OpenSearch cluster:

Hi @Eugene7 , we made a snapshot before so we didn’t lose anything

But I don’t know why the issue is occuring. Any ideas?

Hi @vincent2mots ,

What kind of Linux distro do you use?

Could you please also check the free space in your OS?

Hello,

We finally managed to upgrade : we had to create the folder /var/run/opensearch before

Best regards,