Questions tagged [upgrade]

Upgrading is the process of changing a system to a different, higher/newer version. It is similar to patching or updating (and for some software, may even be as simple as applying patches or updates, but is generally more involved and more comprehensive than the process for installing patches or updates.

495 questions
0
votes
1 answer

Upgrading mysql release from 5.1.41 to 5.1.5

How do I upgrade the release for mysql server? I want to upgrade from 5.1.41 to 5.1.5 Do I have to do an entire reinstall?
mononym
  • 191
  • 2
  • 8
0
votes
1 answer

Easiest way of upgrading pthread library in CentOS?

I am developing a deamon for my VPS. The program works perfectly in local (that has pthread-2.11.so) but in the vps (witch have pthread-2.5.so) it have a memory leak related to threads (each thread uses too much memory and that memory isn't free…
NeDark
  • 463
  • 1
  • 6
  • 10
0
votes
2 answers

Ubuntu: unattended-upgrades from a local package archive

I have a local apt archive with a bunch of packages I built in it. The Packages and Release file are generated by apt-ftparchive. The Release file looks like Date: Thu, 06 May 2010 23:04:33 UTC Label: PPL Origin: PPL Suite: ppl MD5Sum: …
Phil Miller
  • 1,755
  • 1
  • 12
  • 17
0
votes
1 answer

Is it easy to update ubuntu beta to ubuntu final release?

At this moment I am preparing a virtual server to host a web application which needs php5.3 The virtual server base image is always Hardy (8.04 LTS). There is no php5.3 until the upcoming release in a few days: Lucid (9.04 LTS). I am seeing to…
Peter Smit
  • 1,669
  • 4
  • 21
  • 37
0
votes
0 answers

Windows MariaDB 10.6.5 upgrade to MariaDB 10.6.11

I am considering upgrading my MariaDB 10.6 to 10.11 -- (maintained for 5 years). I updated 10.6.5 to 10.6.15 with a simple in-place update; but found these troubling comments on doing updates form 10.6 to 10.11:…
MeSo2
  • 254
  • 1
  • 3
  • 18
0
votes
0 answers

How to do distro-upgrade using Shell-AI?

Shell-AI (shai) is a CLI utility that brings the power of natural language understanding to your command line. I would like to use it to upgrade my OS ubuntu 20.04 as it is otherwise a daunting task. What natural language commands will accomplish…
Martin
  • 151
  • 4
0
votes
0 answers

What is the step-by-step process of upgrading Openstack deployed by Kolla-Ansible?

I'm afraid of following this page's instructions for updating the OpenStack as it does not seem to consider all aspects and is not written to upgrade service-by-service. No rollback solution is also provided. I searched for detailed documentation…
Moha
  • 3
  • 2
0
votes
0 answers

Puma error while loading library: libicuuc.so.60

I just did a do-realease-upgrade on ubuntu 18.04 to 20.04 and i'm getting an error while attempting to start a puma server for a mastodon instance. bundle[8604]: [8604] ! Unable to load application: LoadError: libicuuc.so.60: cannot open shared…
pg_obc
  • 1
  • 2
0
votes
0 answers

apt update throws warnings - how to fix?

I'm migrating a website to a fresh Ubuntu 22 server hosted by Rackspace. I'm doing some initial config and hardening and I start with the usual: apt update apt upgrade The apt update command spits out a couple of warnings: W:…
S. Imp
  • 526
  • 1
  • 4
  • 19
0
votes
1 answer

Upgrading Windows Server 2016 to 2022 via Remote Desktop Connection

I need to perform an in-place upgrade of a remotely located Windows 2016 server to 2022 (or 2019). My only access to it is via Remote Desktop connection. Knowing that the upgrade process may require restarts, will I be able to re-connect my remote…
ChazJ
  • 1
0
votes
0 answers

Possible to serve 100% traffic during upgrade and rollback?

My spring boot application is deployed with 6 replicas on Kubernetes using Helm charts. It is currently deployed under load test with 6K TPS traffic. We wanted to test the behavior of ongoing traffic during upgrade of application using helm upgade.…
Nish
  • 101
  • 2
0
votes
0 answers

Windows Upgrade Removed Tag in Service Definition in Registry

We noticed that after upgrading Windows in place (from 2016->2019), our custom driver entries in the registry lost their "tag" key. The tag key is necessary for the driver to load upon boot. Furthermore, the sc.exe config command purports to update…
0
votes
1 answer

Upgrading Fedora Server to 37, Postgres' upgrade didn't work: ERROR: could not access file "$libdir/postgis-3"

After everything else was shown to be working fine (YAY!), Postgres refused to start (don't be thrown by the name - Postgres was packaged as PostgreSQL in praise of Paul Aoki's conversion of the QUEL query language processor to use SQL WAY back in…
Richard T
  • 1,206
  • 12
  • 29
0
votes
1 answer

in-place upgrade has been disabled in Windows Server 2019 Core to Window Server 2022 Core

ITNOA Hi, I have a licensed media, and I can in-place upgrade from Windows Server 2019 Data Center [Desktop Experience] to Windows Server 2022 Data Center [Desktop Experience]. But When I want to in-place upgrade from Windows Server 2019 Data Center…
0
votes
0 answers

Problems with MySQL 8.0.29 Data Corruption, Need Upgrade Path Advice

I have a master and 3 slaves running the buggy 8.0.29 version of MySQL. Yesterday 2 of my slaves stopped synchronizing and I couldn't complete a full resync from a fresh dump because I kept getting "error 2013 lost connection to SQL server" when…