{"id":290,"date":"2020-03-10T03:24:06","date_gmt":"2020-03-10T03:24:06","guid":{"rendered":"http:\/\/byomkesh.in\/wordpress\/?p=290"},"modified":"2020-03-10T07:56:42","modified_gmt":"2020-03-10T07:56:42","slug":"fs1-upgrade-fedora-28-to-fedora-31","status":"publish","type":"post","link":"http:\/\/byomkesh.in\/wordpress\/fs1-upgrade-fedora-28-to-fedora-31\/","title":{"rendered":"FS1 upgrade Fedora 28 to Fedora 31"},"content":{"rendered":"\n<p>Used link https:\/\/docs.fedoraproject.org\/en-US\/quick-docs\/dnf-system-upgrade\/<br> for guidance, with only few manual changes.<\/p>\n\n\n\n<code><small><p> dnf upgrade --refresh<br> dnf install dnf-plugin-system-upgrade<br> dnf system-upgrade download --refresh --releasever=31<br> rpm --import \/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-fedora-31-primary<br> dnf system-upgrade reboot<br> dnf install rpmconf<br> rpmconf -a   (used mostly the old conf )<br> dnf repoquery --unsatisfied<br> dnf repoquery --duplicates<br> dnf list extras<br> dnf remove $(dnf repoquery --extras --exclude=kernel,kernel-*)<br> dnf autoremove<br> dnf install symlinks<br> symlinks -r \/usr | grep dangling|cut -d \" \" -f2 |while read a; do echo ${a} ; symlinks -d ${a} ; done<br> rpm --rebuilddb<br> dnf distro-sync --allowerasing<br> dnf install wget perl perl-Net-SSLeay openssl perl-IO-Tty perl-Encode-Detect perl-Data-Dumper<br> cd \/opt<br> wget http:\/\/www.webmin.com\/jcameron-key.asc<br> wget http:\/\/www.webmin.com\/download\/rpm\/webmin-current.rpm<br> rpm --import jcameron-key.asc<br> rpm -Uvh webmin-current.rpm<br> touch \/.autorelabel<br> shutdown -r <\/p><\/small><\/code>\n\n\n\n<p>wait to for reboot yo complete<\/p>\n\n\n\n<p>Faced following problem after reboot: OwnCloud Not working:<br><br>This version of ownCloud is not compatible with PHP 7.3<br>You are currently running PHP 7.3.15. <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">rpm --import https:\/\/download.owncloud.org\/download\/repositories\/production\/Fedora_31\/repodata\/repomd.xml.key<br>\ndnf config-manager --add-repo http:\/\/download.owncloud.org\/download\/repositories\/production\/Fedora_31\/ce:stable.repo<br>\ndnf clean all<br>\ndnf install owncloud-files; dnf upgrade owncloud-files<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">cd \/var\/www\/html\/owncloud\/<br> sudo -u apache php .\/occ app:disable files_videoplayer<br> sudo -u apache php .\/occ upgrade<br> after 15 minutes<br> sudo -u apache php occ maintenance:mode --off<br> wait 5 minutes<br> sudo -u apache php occ background:queue:status<br><br>Login issues found as user_ldap version 11.0 did not work<br>Unable to upgrade the module. Found apps folder ownership is root. Changed ownership with chown -R apache.apcahe apps\/* <br>It worked now and user_<br>ldap updated to 15.0<br>enabled LDAP_Integration (now checked login working fine)<br><br><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Used link https:\/\/docs.fedoraproject.org\/en-US\/quick-docs\/dnf-system-upgrade\/ for guidance, with only few manual changes. dnf upgrade &#8211;refresh dnf install dnf-plugin-system-upgrade dnf system-upgrade download &#8211;refresh &#8211;releasever=31 rpm &#8211;import \/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-fedora-31-primary dnf system-upgrade reboot dnf install rpmconf rpmconf -a (used mostly the old conf ) dnf repoquery &#8211;unsatisfied dnf repoquery &#8211;duplicates dnf list extras dnf remove $(dnf repoquery &#8211;extras &#8211;exclude=kernel,kernel-*) dnf autoremove &hellip; <a href=\"http:\/\/byomkesh.in\/wordpress\/fs1-upgrade-fedora-28-to-fedora-31\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">FS1 upgrade Fedora 28 to Fedora 31<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-290","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"aioseo_notices":[],"_links":{"self":[{"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/posts\/290","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/comments?post=290"}],"version-history":[{"count":6,"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/posts\/290\/revisions"}],"predecessor-version":[{"id":298,"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/posts\/290\/revisions\/298"}],"wp:attachment":[{"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/media?parent=290"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/categories?post=290"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/byomkesh.in\/wordpress\/wp-json\/wp\/v2\/tags?post=290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}