Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

upgrade from 1.15 to 1.17 rocky linux

48 views
Skip to first unread message

ben Sheaff

unread,
Jan 9, 2025, 12:34:42 PMJan 9
to archivematica

In order to upgrade from 1.15 to 1.17 do I first need to upgrade to 1.16 then do the upgrade for 1.17? (Rocky linux)

https://www.archivematica.org/en/docs/archivematica-1.17/admin-manual/installation-setup/upgrading/upgrading/#upgrade 

This page says Upgrade from 1.15 to 1.17.

Then for rocky linux it says:

Upgrade the repositories for 1.17:

sudo sed -i 's/1.16.x/1.17.x/g' /etc/yum.repos.d/archivematica*


but this line will not work because these files (in version 1.15) contain stuff like:

baseurl=https://packages.archivematica.org/1.15.x/rocky9/  

So there is not a 1.16 to replace.

Douglas Cerna

unread,
Jan 9, 2025, 3:48:40 PMJan 9
to archiv...@googlegroups.com
Hello,

You can upgrade from 1.15 to 1.17 directly using the RPM packages.

Sorry for the confusion on the Upgrade page. There was an error and I just updated the 1.15 references to be 1.16.

You could either use 's/1.15.x/1.17.x/g' as the expression in your sed command like this:

sudo sed -i 's/1.15.x/1.17.x/g' /etc/yum.repos.d/archivematica*

or manually edit the baseurls in the archivematica repo files in /etc/yum.repos.d.

They should look like this:
[rocky@douglas-rpm-upgrade-test ~]$ cat /etc/yum.repos.d/archivematica.repo 
[archivematica]
name=archivematica
baseurl=https://packages.archivematica.org/1.17.x/rocky9/
gpgcheck=1
gpgkey=https://packages.archivematica.org/GPG-KEY-archivematica-sha512
enabled=1 [rocky@douglas-rpm-upgrade-test ~]$ cat /etc/yum.repos.d/archivematica-extras.repo
[archivematica-extras]
name=archivematica-extras
baseurl=https://packages.archivematica.org/1.17.x/rocky9-extras
gpgcheck=1
gpgkey=https://packages.archivematica.org/GPG-KEY-archivematica-sha512
enabled=1

Hope this helps.

--
You received this message because you are subscribed to the Google Groups "archivematica" group.
To unsubscribe from this group and stop receiving emails from it, send an email to archivematic...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/archivematica/cfe97ace-b4a4-4136-b9fb-a5cd674d2a86n%40googlegroups.com.


--
Douglas Cerna (he/him),
Software Developer, Artefactual Systems Inc.
http://www.artefactual.com
Reply all
Reply to author
Forward
0 new messages