<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Shell script linux uninstall Alfresco in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/shell-script-linux-uninstall-alfresco/m-p/107257#M30219</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;I installed alfresco via linux shell script.&lt;BR /&gt;I downloaded it on the page below:&lt;BR /&gt;&lt;A href="https://github.com/loftuxab/alfresco-ubuntu-install" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/loftuxab/alfresco-ubuntu-install&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I need to remove version 6.1 and install version 5.2&lt;BR /&gt;Does anyone have the script to uninstall alfresco, via Shell script linux?&lt;BR /&gt;With best regards,&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jan 2020 20:41:43 GMT</pubDate>
    <dc:creator>jbrasil</dc:creator>
    <dc:date>2020-01-24T20:41:43Z</dc:date>
    <item>
      <title>Shell script linux uninstall Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/shell-script-linux-uninstall-alfresco/m-p/107257#M30219</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I installed alfresco via linux shell script.&lt;BR /&gt;I downloaded it on the page below:&lt;BR /&gt;&lt;A href="https://github.com/loftuxab/alfresco-ubuntu-install" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/loftuxab/alfresco-ubuntu-install&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I need to remove version 6.1 and install version 5.2&lt;BR /&gt;Does anyone have the script to uninstall alfresco, via Shell script linux?&lt;BR /&gt;With best regards,&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 20:41:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/shell-script-linux-uninstall-alfresco/m-p/107257#M30219</guid>
      <dc:creator>jbrasil</dc:creator>
      <dc:date>2020-01-24T20:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Shell script linux uninstall Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/shell-script-linux-uninstall-alfresco/m-p/107258#M30220</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/39919"&gt;@jbrasil&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I've only found this so far -&amp;gt;&amp;nbsp;&lt;A href="https://docs.alfresco.com/5.2/tasks/uninstall-alfresco.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.2/tasks/uninstall-alfresco.html&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I presume this won't work for you?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 10:11:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/shell-script-linux-uninstall-alfresco/m-p/107258#M30220</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-01-28T10:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Shell script linux uninstall Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/shell-script-linux-uninstall-alfresco/m-p/107259#M30221</link>
      <description>&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;Hi &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This documentation does not work, when Alfresco is installed via shell script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;Thanks.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 12:04:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/shell-script-linux-uninstall-alfresco/m-p/107259#M30221</guid>
      <dc:creator>jbrasil</dc:creator>
      <dc:date>2020-01-30T12:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Shell script linux uninstall Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/shell-script-linux-uninstall-alfresco/m-p/107260#M30222</link>
      <description>&lt;P&gt;On Linux, Alfresco installs into a single directory. If that directory is /opt/alfresco, for example, you can completely uninstall the app by recursively deleting the entire directory, like "rm -rf /opt/alfresco".&lt;/P&gt;
&lt;P&gt;BE CAREFUL. This will completely delete the installation, and if your content store is in a directory within that tree, in /opt/alfresco/alf_data, for example, all of your content will be lost. Similarly, most people use a standalone database server, but if you've let Alfresco install its own PostgreSQL install, then its data will also be in the /opt/alfresco directory tree. So you might want to be more surgical about it.&lt;/P&gt;
&lt;P&gt;For a complete uninstall, including deleting your data, you'll also want to drop the alfresco database.&lt;/P&gt;
&lt;P&gt;In your question, you mentioned you are installing a new version. If so, there really is no need to uninstall your current version at all. The safer approach is to install the new version along side the old, then just point the new install to your old content store and database.&lt;/P&gt;
&lt;P&gt;For example, I always install alfresco into a version specific directory, like /opt/alfresco-5.2.5. Then I create a symlink called /opt/alfresco that points to the version specific directory.&lt;/P&gt;
&lt;P&gt;When it is time to upgrade, I install into /opt/alfresco-6.0.1 and move the symlink. This has the nice benefit that any config that was pointing to /opt/alfresco in the old version won't need to be changed in the new.&lt;/P&gt;
&lt;P&gt;Once the new version is up-and-running with all the customizations and configuration and everything is cool, only then do I go back and delete the old binaries, being careful not to whack the content store or the database data if it is there.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 21:42:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/shell-script-linux-uninstall-alfresco/m-p/107260#M30222</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2020-02-07T21:42:20Z</dc:date>
    </item>
  </channel>
</rss>

