<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Please see the log file attached, and give us some clue on how to
      fix it. <br>
    </p>
    <p>Thanks</p>
    <p>--</p>
    <p>GN<br>
    </p>
    <div class="moz-forward-container"><br>
      -------- Forwarded Message --------
      <table class="moz-email-headers-table" cellspacing="0"
        cellpadding="0" border="0">
        <tbody>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Subject:
            </th>
            <td>Re: Fwd: Fwd: Pandora Issues</td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Date: </th>
            <td>Wed, 16 Sep 2020 14:25:25 +0530</td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">From: </th>
            <td>surendra <a class="moz-txt-link-rfc2396E" href="mailto:surendra.patil@gnowledge.org"><surendra.patil@gnowledge.org></a></td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">To: </th>
            <td>GN <a class="moz-txt-link-rfc2396E" href="mailto:nagarjun@gnowledge.org"><nagarjun@gnowledge.org></a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      Tried on a new machine again running Ubuntu 18.04.1 LTS. I have
      attached pandora log file.<br>
      Thank You.<br>
      <br>
      On 13/09/20 7:04 pm, GN wrote:<br>
      <blockquote type="cite">response from <a class="moz-txt-link-abbreviated" href="mailto:j@pad.ma">j@pad.ma</a><br>
        <br>
        <br>
        <br>
        -------- Forwarded Message --------<br>
        Subject: Re: Fwd: Pandora Issues<br>
        Date: Sun, 13 Sep 2020 12:05:19 +0200<br>
        From: <a class="moz-txt-link-abbreviated" href="mailto:j@pad.ma">j@pad.ma</a><br>
        To: <a class="moz-txt-link-abbreviated" href="mailto:nagarjun@gnowledge.org">nagarjun@gnowledge.org</a>, <a class="moz-txt-link-abbreviated" href="mailto:dev@0x2620.org">dev@0x2620.org</a><br>
        <br>
        <br>
        <br>
        Hi,<br>
        <br>
        <br>
        the docker image has indeed not been updated in a while and is
        more for<br>
        testing, but if there is interest in using it more could push an
        update<br>
        in the next days.<br>
        <br>
        if you followed the steps at
        <a class="moz-txt-link-freetext" href="https://code.0x2620.org/0x2620/pandora">https://code.0x2620.org/0x2620/pandora</a> you<br>
        should end up with pandora_install.log<br>
        could you send that along, might contain more info on the
        failure. Could<br>
        you also provide info about the distribution used.<br>
        <br>
        thanks,<br>
        j<br>
        <br>
        On 10/09/2020 08:47, Nagarjuna G wrote:<br>
        <blockquote type="cite">Hi,<br>
          <br>
          We are facing some issues in installing pan.do/ra. Please see
          if this<br>
          can be sorted out.<br>
          <br>
          Thanks<br>
          <br>
          --<br>
          <br>
          GN<br>
          <br>
          <br>
          <br>
          -------- Forwarded Message --------<br>
          Subject: Pandora Issues<br>
          Date: Thu, 10 Sep 2020 09:49:37 +0530<br>
          From: surendrap <a class="moz-txt-link-rfc2396E" href="mailto:surendrap@hbcse.tifr.res.in"><surendrap@hbcse.tifr.res.in></a><br>
          To: Nagarjuna G. <a class="moz-txt-link-rfc2396E" href="mailto:nagarjuna@hbcse.tifr.res.in"><nagarjuna@hbcse.tifr.res.in></a><br>
          <br>
          <br>
          <br>
          Following were the issues faced while installing pandora:<br>
          <br>
          1. Fresh Docker installation :<br>
          1.1. I tried using docker image available on dockerhub
          uploaded by<br>
          0x2620 owner (last updated 3 years ago). The main container
          running<br>
          using 0x2620/pandora image is breaking.<br>
          <br>
          1.2 I tried creating docker image with for pandora with
          Dockerfile<br>
          provided with updated source code. But same thing i.e. main
          container<br>
          is crashing.<br>
          <br>
          2. Fresh Normal Installation :<br>
          2.1 I tried installing using the steps provided at<br>
          (<a class="moz-txt-link-freetext" href="https://code.0x2620.org/0x2620/pandora">https://code.0x2620.org/0x2620/pandora</a>). I have attached the
          image of<br>
          the error in the screenshot. Please check.<br>
          2.2 Also once somehow instance was Up and running, but on
          uploading<br>
          first video the pandora instance crashed.<br>
          <br>
          3. Need help migration of old pandora instance to newer
          version:<br>
          3.1 We have a old instance running pandora on Django<1.5
          version and<br>
          want to migrate to latest version of pandora. I checked the
          upgrade<br>
          related steps in the document, but did not find a proper way
          to<br>
          migrate postgresql data. I tried migrating data of postgresql
          manually<br>
          but got stuck in between. It would be good if you can share
          steps<br>
          migrating old instance data to fresh instance data. Below
          shared is<br>
          the error while i was trying to sync database schema.<br>
          <br>
          On runserver i am getting<br>
          <br>
          You have 99 unapplied migration(s). Your project may not work
          properly<br>
          until you apply the migrations for app(s): admin, annotation,
          app,<br>
          archive, auth, changelog, clip, django_celery_results,
          document,<br>
          documentcollection, edit, entity, event, home, item, itemlist,
          log,<br>
          news, person, place, sequence, sessions, sites, system,
          taskqueue,<br>
          text, title, translation, tv, urlalias, user.<br>
          Run 'python manage.py migrate' to apply them.<br>
          <br>
          On running<br>
          migrate<br>
          or<br>
          migrate --fake-initial<br>
          <br>
          Getting django.db.utils.ProgrammingError: relation
          "auth_permission"<br>
          already exists<br>
          <br>
          <br>
          <br>
          Thank You.<br>
          <br>
          -- --<br>
          GN<br>
          --<br>
          Prof. Nagarjuna G.<br>
          Gnowledge lab, Homi Bhabha Centre for Science Education,<br>
          Tata Institute of Fundamental Research<br>
          V.N. Purav Marg, Mankhurd, Mumbai 400088<br>
          <a class="moz-txt-link-freetext" href="https://www.gnowledge.org/">https://www.gnowledge.org/</a><br>
          <br>
        </blockquote>
      </blockquote>
      <br>
    </div>
    <pre class="moz-signature" cols="72">-- 
--
GN
--
Gnowledge lab, Homi Bhabha Centre for Science Education,
<a class="moz-txt-link-freetext" href="https://www.gnowledge.org/">https://www.gnowledge.org/</a></pre>
  </body>
</html>