How to upgrade pimcore from 6.8 to 6.9? - pimcore

I want to upgrade pimcore version from 6.8 to 6.9, but I don't find the update option at admin settings.

You don't need PHP 8 for Pimcore 6.9. PHP 8 is only required for Pimcore X.
To upgrade from Pimcore 6.8 to 6.9 adjust your composer.json and run COMPOSER_MEMORY_LIMIT=-1 composer update.
Make sure you do have a complete backup before doing that.
Further information can be found in the official docs here: https://pimcore.com/docs/pimcore/6.9/Development_Documentation/Installation_and_Upgrade/Updating_Pimcore/index.html

Related

How to update gitlab ee ( gitlab-ee 9.4.0) to latest one in linux?

I need to update gitlab-ee 9.4.0 to latest one in linux .
Which exact command should i use to update it :
Can anyone please suggest here.
To take Backup of current gitlab
To update gitlab-ee 9.4.0 to latest
There is documentation on how to update GitLab here: https://about.gitlab.com/update/

How do I install collectd write_atsd plugin on RHEL 6?

I am using Axibase Time Series Database and I would like to install the collectd write_atsd plugin on RHEL 6? Is there an rpm I can use?
Use the guide provided on the Axibase website to install the write_atsd collectd plugin on RedHat Enterprise Linux 6.

How do I update Apache on CentOS 6.5?

I've spent all day searching Google and trying every command I could find or even think of to update Apache on my server. I am running CentOS 6.5 64 bit. I have uninstalled and reinstalled just to get the same outdated version. I run the command yum update httpd and it runs through the list of repositories and says there are no updates found. I know the newest update is 2.4.10 but I'm having the dangdest time trying to get that version to either update from current version or install with new installation. Any help would be greatly appreciated.
While Apache 2.4.10 is the latest version from Apache, it is not the latest version in Centos 6.5. On CentOS 6.5 the latest version is 2.2.15. If you really want Apache 2.4 you need to add a repo that contains it. See this question for an example

How to upgrade existing phpmyadmin version in Ubuntu 10.04 LTS?

My current version of PHPMYADMIN is phpMyAdmin 3.3.2 .
I want to upgrade to the latest phpmyadmin version.
I used following command
sudo apt-get install phpmyadmin
/etc/init.d/apache2 restart
I also tried
sudo dpkg-reconfigure phpmyadmin
When i am using the above command, it is asking to
Since you are reconfiguring phpmyadmin, you may also want to reinstall
the database which it uses.
If you wish to reinstall the database for phpmyadmin, you should select
this option. If you do not wish to do so (if you are reconfiguring the
package for unrelated reasons), you should not select this option.
Reinstall database for phpmyadmin?
I am selecting no. I do not want to delete all the database.
I just want to upgrade it to latest.
http://www.oldapps.com/phpmyadmin.php?old_phpmyadmin=12551
Please help.
The latest available version of phpmyadmin from the official ubuntu package repositories for 10.04 is 3.3.2, that means you can't update to the latest version using that sources.
To install the newest version, you can either
download and install the new version from the homepage manually
install from a ppa - there are several available.

Debian - GIT upgrade from 1.5 to 1.7

A simple question,
I want to upgrade an existing GIT installation onto my VPS server. The thing is that, when I'm writting into the command line:
apt-get install git-core
I can get only 1.5.6.5 version which is depricated. How to upgrade / reinstall GIT to get 1.7.3 or newer?
You are running a very old version of Debian (version 5). It is not even supported, so maybe consider upgrading it. Otherwise, you may get away with just building a later git version yourself.

Resources