<?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 Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490105#M40159</link>
    <description>&lt;P&gt;I think the restore has not really happened as intended, seems you see just an empty Alfresco. Do in the Alfresco.log you see the message:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;INFO [domain.schema.SchemaBootstrap] [main] Creating Alfresco tables took xxx ms&lt;/LI-CODE&gt;&lt;P&gt;Are the containers with postgresql and alfresco in the same docker network?&lt;/P&gt;&lt;P&gt;In any case Solr and contentstore are not involved when listing the repo from Share.&lt;/P&gt;</description>
    <pubDate>Thu, 22 May 2025 12:56:26 GMT</pubDate>
    <dc:creator>LeoMattioli</dc:creator>
    <dc:date>2025-05-22T12:56:26Z</dc:date>
    <item>
      <title>Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490074#M40154</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Hello everyone,&lt;/P&gt;&lt;P class=""&gt;I recently performed a backup and restore operation for an Alfresco Community instance and ran into an issue I can’t resolve. Here is what I did step-by-step:&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Backup Process:&lt;/H3&gt;&lt;P class=""&gt;On the source server (Alfresco + PostgreSQL), I created a SQL dump using:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;pg_dump -U alfresco -d alfresco &amp;gt; alfresco_backup.sql&lt;/SPAN&gt;&lt;/PRE&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Transfer to VM:&lt;/H3&gt;&lt;P class=""&gt;I copied the backup file to a clean Linux VM using:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;scp alfresco_backup.sql user@vm-ip:/home/user/&lt;/SPAN&gt;&lt;/PRE&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Restore Process:&lt;/H3&gt;&lt;P class=""&gt;Inside the VM, I created a new PostgreSQL database, then restored the dump using:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;psql -U alfresco -d alfresco &amp;lt; /home/user/alfresco_backup.sql&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P class=""&gt;&lt;EM&gt;Note: I used the same database name and user credentials as the original instance.&lt;/EM&gt;&lt;/P&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Verification:&lt;/H3&gt;&lt;P class=""&gt;After the restore, I verified that the database contains the expected tables and data using:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;docker &lt;SPAN class=""&gt;exec -it &amp;lt;your-postgres-container&amp;gt; psql -U alfresco -d alfresco&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P class=""&gt;Inside the PostgreSQL shell:&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;SELECT &lt;SPAN class=""&gt;COUNT(&lt;SPAN class=""&gt;*) &lt;SPAN class=""&gt;FROM alf_node; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;SELECT &lt;SPAN class=""&gt;COUNT(&lt;SPAN class=""&gt;*) &lt;SPAN class=""&gt;FROM alf_authority; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;SELECT &lt;SPAN class=""&gt;COUNT(&lt;SPAN class=""&gt;*) &lt;SPAN class=""&gt;FROM alf_store;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P class=""&gt;These queries returned valid counts, indicating that the node metadata and authorities were restored.&lt;/P&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":cross_mark:"&gt;❌&lt;/span&gt; Problem:&lt;/H3&gt;&lt;P class=""&gt;Even though the database seems to contain all the data (e.g., alf_node has thousands of rows), &lt;STRONG&gt;Alfresco Share shows no &lt;STRONG&gt;&amp;nbsp;folders, or users or aspects after starting the containers.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 May 2025 08:53:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490074#M40154</guid>
      <dc:creator>billybill07</dc:creator>
      <dc:date>2025-05-21T08:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490078#M40155</link>
      <description>&lt;P&gt;Hi, but you see no folder at all or just an empty repository with the out-of-the-box folders?&lt;/P&gt;&lt;P&gt;A couple of silly questions: are you sure you are connecting to the correct DB? Have you started the DB container before repository tomcat?&lt;/P&gt;&lt;P&gt;Any error in the alfresco.log during startup?&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 13:24:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490078#M40155</guid>
      <dc:creator>LeoMattioli</dc:creator>
      <dc:date>2025-05-21T13:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490100#M40156</link>
      <description>&lt;P class=""&gt;Thanks for your reply.&lt;/P&gt;&lt;P class=""&gt;Yes, I’m connected to the correct PostgreSQL database — I verified by checking tables like alf_node and alf_store, which contain valid data.&lt;/P&gt;&lt;P class=""&gt;I restored the database using:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;docker &lt;SPAN class=""&gt;cp alfresco_backup.sql postgres-container:/tmp/
docker &lt;SPAN class=""&gt;exec -it postgres-container psql -U alfresco -d alfresco -f /tmp/alfresco_backup.sql&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P class=""&gt;Then I started all containers with docker compose up. No errors appear in the logs, but when I access Share, I only see the default folders (e.g., "Data Dictionary", "Guest Home"). None of the actual content or user-created folders are visible.&lt;/P&gt;&lt;P class=""&gt;I suspect something is missing in the restore process — maybe related to &lt;STRONG&gt;&lt;FONT color="#000000"&gt;contentstore or Solr?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;Appreciate your help!&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 08:39:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490100#M40156</guid>
      <dc:creator>billybill07</dc:creator>
      <dc:date>2025-05-22T08:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490105#M40159</link>
      <description>&lt;P&gt;I think the restore has not really happened as intended, seems you see just an empty Alfresco. Do in the Alfresco.log you see the message:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;INFO [domain.schema.SchemaBootstrap] [main] Creating Alfresco tables took xxx ms&lt;/LI-CODE&gt;&lt;P&gt;Are the containers with postgresql and alfresco in the same docker network?&lt;/P&gt;&lt;P&gt;In any case Solr and contentstore are not involved when listing the repo from Share.&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 12:56:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490105#M40159</guid>
      <dc:creator>LeoMattioli</dc:creator>
      <dc:date>2025-05-22T12:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490106#M40160</link>
      <description>&lt;P class=""&gt;I can confirm that the backup/restore process finally worked correctly when I used &lt;STRONG&gt;DBeaver&lt;/STRONG&gt; to restore the database. I now see all the expected tables and data in the server-side database, which suggests the restore was successful.&lt;/P&gt;&lt;P class=""&gt;However, after the restore, I'm unable to log into the Share platform. It returns the following error:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P class=""&gt;&lt;STRONG&gt;"Your authentication details haven't been recognized or Alfresco Content Services may not be available at this time."&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class=""&gt;At this point, do you still believe &lt;STRONG&gt;Solr is not involved&lt;/STRONG&gt; in this behavior? If not, what could cause this login issue after a valid DB restore?&lt;/P&gt;&lt;P class=""&gt;Appreciate your guidance on what to check next.&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 13:07:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490106#M40160</guid>
      <dc:creator>billybill07</dc:creator>
      <dc:date>2025-05-22T13:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490111#M40161</link>
      <description>&lt;P&gt;Solr is not involved during login. Search in the alfresco.log and the share.log for an ERROR or SEVERE.&lt;/P&gt;&lt;P&gt;That error usually means that Alfresco is not started. Try to connect to /alfresco instead of /share: do you see the admin page? This is an example for ACS 7.4.1, but you should have one similar&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeoMattioli_1-1747919719482.png" style="width: 400px;"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/11666i947CC362CEBA1F4F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="LeoMattioli_1-1747919719482.png" alt="LeoMattioli_1-1747919719482.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 13:15:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490111#M40161</guid>
      <dc:creator>LeoMattioli</dc:creator>
      <dc:date>2025-05-22T13:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490124#M40162</link>
      <description>&lt;P class=""&gt;All the containers (Alfresco, Share, Solr, and PostgreSQL) are started and running without issues. I can confirm that I am able to access the /alfresco endpoint and I do get an interface similar to the one in your screenshot when everything is working properly.&lt;/P&gt;&lt;P class=""&gt;However, the problem begins immediately after I restore the database using DBeaver. The restore completes successfully — I can see all the tables and data clearly in DBeaver. But once I try to log in via /share or the Admin Console, I consistently get the following error:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P class=""&gt;&lt;EM&gt;"Your authentication details haven't been recognized or Alfresco Content Services may not be available at this time."&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class=""&gt;This error only happens &lt;STRONG&gt;after&lt;/STRONG&gt; the database restore. Before the restore, the system is fully functional and I can log in and navigate Share and the admin panel without any issues.&lt;/P&gt;&lt;P class=""&gt;So it seems that while the data is present in the database post-restore, Alfresco fails to authenticate users or complete the startup process properly. Could this indicate an issue with how identity, authority, or schema data is being restored or interpreted?&lt;/P&gt;&lt;P class=""&gt;I’ve also searched both alfresco.log and share.log for any ERROR or SEVERE messages after the restore. If needed, I can provide the relevant log excerpts.&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 15:10:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490124#M40162</guid>
      <dc:creator>billybill07</dc:creator>
      <dc:date>2025-05-22T15:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490125#M40163</link>
      <description>&lt;P&gt;Hi billybill07, maybe another silly one from me: You can't restore the DB while Alfresco is running. First you restore the DB, then you switch on Alfresco and Share. Are you following that order?&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 15:15:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490125#M40163</guid>
      <dc:creator>LeoMattioli</dc:creator>
      <dc:date>2025-05-22T15:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490169#M40169</link>
      <description>&lt;P&gt;Thanks again for your help — and not silly at all, your suggestion was very logical.&lt;/P&gt;&lt;P&gt;I made sure to follow the correct order this time: I &lt;STRONG&gt;stopped both the Alfresco and Share containers&lt;/STRONG&gt;, performed the &lt;STRONG&gt;database restore using DBeaver&lt;/STRONG&gt;, and then started the containers again. The database restore completes successfully, and I can confirm that all the data is correctly present in the external PostgreSQL database (verified via DBeaver).&lt;/P&gt;&lt;P&gt;However, after starting the containers and navigating to &lt;A href="http://192.168.2.1:8080/share" target="_blank" rel="noopener"&gt;http://192.168.2.1:8080/share&lt;/A&gt;, the login still fails with the same error:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;"Your authentication details haven't been recognized or Alfresco Content Services may not be available at this time."&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I also tried accessing /alfresco, and I do see the admin page, which confirms that Alfresco is running.&lt;/P&gt;&lt;P&gt;To summarize:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;All containers (alfresco, share, solr, external postgres) are up and running.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The data looks fine in the database.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The issue &lt;STRONG&gt;only occurs after performing the restore&lt;/STRONG&gt;, even when done with Alfresco and Share fully stopped beforehand.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The logs don’t show any major SEVERE or ERROR&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sun, 25 May 2025 09:21:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490169#M40169</guid>
      <dc:creator>billybill07</dc:creator>
      <dc:date>2025-05-25T09:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490172#M40171</link>
      <description>&lt;P&gt;If Share stops working after the restore, maybe there's some configuration persisted in the DB. Connect to /alfresco Admin Console and open the "JMX Settings". If there is any configuration, that is taking precedence against your docker file. You can click "Revert" to remove it and fall back to alfresco-global.properties.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 09:25:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490172#M40171</guid>
      <dc:creator>LeoMattioli</dc:creator>
      <dc:date>2025-05-26T09:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490175#M40172</link>
      <description>&lt;P&gt;I accessed the Admin Console at &lt;A href="http://192.168.17.1:8080/alfresco" target="_blank" rel="noopener"&gt;http://192.168.17.1:8080/alfresco&lt;/A&gt; and logged in as admin. However, I couldn't find the JMX Console you mentioned. There’s no visible JMX console or “Revert” option.&lt;BR /&gt;Could it be that it’s missing in the Community Edition or needs to be enabled manually?&lt;/P&gt;&lt;P class=""&gt;I’ve attached a screenshot for reference.&lt;/P&gt;&lt;P class=""&gt;Thanks again for your help!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screencapture-192-168-17-1-8080-alfresco-s-admin-admin-communitysummary-2025-05-26-10_49_46.png" style="width: 400px;"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/11681i9A5DC2F7E6856FC4/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="screencapture-192-168-17-1-8080-alfresco-s-admin-admin-communitysummary-2025-05-26-10_49_46.png" alt="screencapture-192-168-17-1-8080-alfresco-s-admin-admin-communitysummary-2025-05-26-10_49_46.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 09:55:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490175#M40172</guid>
      <dc:creator>billybill07</dc:creator>
      <dc:date>2025-05-26T09:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490176#M40173</link>
      <description>&lt;P&gt;Sorry, I forgot Community doesn't have that page. Can you upload the alfresco.log? Remove any password or public hostname. Also, if you open the browser's Developer Tools before hitting the button "login" in share, do you have any error?&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 12:03:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490176#M40173</guid>
      <dc:creator>LeoMattioli</dc:creator>
      <dc:date>2025-05-26T12:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490180#M40174</link>
      <description>&lt;P&gt;I re-restored the DB and after restarting Alfresco, the Share UI loaded the users/tasks for a few seconds, then crashed with a "500 Internal Server Error".&lt;BR /&gt;I’m attaching logs from the moment of the crash. The Network tab only shows the 500 error when accessing the users list.&lt;BR /&gt;Do you think some authority or orphaned data could be breaking Share after the restore?&lt;/P&gt;&lt;P&gt;the logs (the last 300 lines ) the .log file is not supported to sent here&amp;nbsp; :&amp;nbsp;&lt;/P&gt;&lt;P&gt;Caused by: org.alfresco.service.cmr.repository.InvalidNodeRefException: Node does not exist: workspace://SpacesStore/9bfd454c-8b4d-4a2a-bd45-4c8b4dda2a03 (status:null)&lt;BR /&gt;at org.alfresco.repo.node.db.DbNodeServiceImpl.getNodePairNotNull(DbNodeServiceImpl.java:187) ~[alfresco-repository-25.1.0.71.jar:25.1.0.71]&lt;/P&gt;&lt;P&gt;at org.alfresco.repo.node.db.DbNodeServiceImpl.getPrimaryParent_aroundBody84(DbNodeServiceImpl.java:1985) ~[alfresco-repository-25.1.0.71.jar:25.1.0.71]&lt;BR /&gt;at org.alfresco.repo.node.db.DbNodeServiceImpl$AjcClosure85.run(DbNodeServiceImpl.java:1) ~[alfresco-repository-25.1.0.71.jar:25.1.0.71]&lt;BR /&gt;at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:164) ~[aspectjrt-1.9.22.1.jar:?]&lt;BR /&gt;at org.alfresco.traitextender.RouteExtensions.intercept(RouteExtensions.java:100) ~[alfresco-repository-25.1.0.71.jar:25.1.0.71]&lt;BR /&gt;at org.alfresco.repo.node.db.DbNodeServiceImpl.getPrimaryParent(DbNodeServiceImpl.java:1982) ~[alfresco-repository-25.1.0.71.jar:25.1.0.71]&lt;BR /&gt;at jdk.internal.reflect.GeneratedMethodAccessor255.invoke(Unknown Source) ~[?:?]&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;2025-05-26T14:09:43,051 [] INFO [alfresco.repo.admin] [http-nio-8080-exec-1] Using database URL 'jdbc:postgresql://192.168.17.1:5432/alfresco' with user 'alfresco'.&lt;BR /&gt;2025-05-26T14:09:43,055 [] INFO [alfresco.repo.admin] [http-nio-8080-exec-1] Connected to database PostgreSQL version 16.5 (Debian 16.5-1.pgdg120+1)&lt;BR /&gt;2025-05-26T14:09:43,056 [] INFO [api.probes.ProbeEntityResource] [http-nio-8080-exec-1] readyProbe: Success - Tested&lt;BR /&gt;2025-05-26T14:10:06,432 [] ERROR [quartz.core.JobRunShell] [SearchScheduler_Worker-1] Job Solr.SolrWatcher threw an unhandled Exception:&lt;BR /&gt;org.alfresco.error.AlfrescoRuntimeException: 04260061 Read timed out&lt;BR /&gt;at org.alfresco.repo.search.impl.solr.AbstractSolrAdminHTTPClient.getOperation(AbstractSolrAdminHTTPClient.java:96) ~[alfresco-repository-25.1.0.71.jar:25.1.0.71]&lt;BR /&gt;at org.alfresco.repo.solr.SOLRAdminClient.executeAction(SOLRAdminClient.java:221) ~[alfresco-repository-25.1.0.71.jar:25.1.0.71]&lt;BR /&gt;at org.alfresco.repo.solr.SOLRAdminClient$SolrTracker.pingSolr(SOLRAdminClient.java:333) ~[alfresco-repository-25.1.0.71.jar:25.1.0.71]&lt;BR /&gt;at org.alfresco.repo.solr.SOLRWatcherJob.execute(SOLRWatcherJob.java:54) ~[alfresco-repository-25.1.0.71.jar:25.1.0.71]&lt;BR /&gt;at org.quartz.core.JobRunShell.run(JobRunShell.java:203) [quartz-2.5.0.jar:2.5.0]&lt;BR /&gt;at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:566) [quartz-2.5.0.jar:2.5.0]&lt;BR /&gt;Caused by: java.net.SocketTimeoutException: Read timed out&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 May 2025 15:08:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490180#M40174</guid>
      <dc:creator>billybill07</dc:creator>
      <dc:date>2025-05-26T15:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490188#M40175</link>
      <description>&lt;P&gt;I re-restored the DB and after restarting Alfresco, the Share UI loaded the users/tasks for a few seconds, then crashed with a "500 Internal Server Error".&lt;BR /&gt;I’m attaching logs from the moment of the crash. The Network tab only shows the 500 error when accessing the users list.&lt;BR /&gt;Do you think some authority or orphaned data could be breaking Share after the restore?&lt;/P&gt;&lt;P&gt;the logs :&amp;nbsp;2025-05-26T14:10:06,432 [] ERROR [quartz.core.JobRunShell] [SearchScheduler_Worker-1] Job Solr.SolrWatcher threw an unhandled Exception:&lt;BR /&gt;Picked up JAVA_TOOL_OPTIONS: -Dencryption.keystore.type=JCEKS -Dencryption.cipherAlgorithm=DESede/CBC/PKCS5Padding -Dencryption.keyAlgorithm=DESede -Dencryption.keystore.location=/usr/local/tomcat/shared/classes/alfresco/extension/keystore/keystore -Dmetadata-keystore.password=mp6yc0UD9e -Dmetadata-keystore.aliases=metadata -Dmetadata-keystore.metadata.password=oKIWzVdEdA -Dmetadata-keystore.metadata.algorithm=DESede&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Caused by: org.alfresco.service.cmr.repository.InvalidNodeRefException: Node does not exist: workspace://SpacesStore/9bfd454c-8b4d-4a2a-bd45-4c8b4dda2a03 (status:null)&lt;BR /&gt;at org.alfresco.repo.node.db.DbNodeServiceImpl.getNodePairNotNull(DbNodeServiceImpl.java:187) ~[alfresco-repository-25.1.0.71.jar:25.1.0.71]&lt;BR /&gt;at org.alfresco.repo.node.db.DbNodeServiceImpl.getPrimaryParent_aroundBody84(DbNodeServiceImpl.java:1985) ~[alfresco-repository-25.1.0.71.jar:25.1.0.71]&lt;BR /&gt;at org.alfresco.repo.node.db.DbNodeServiceImpl$AjcClosure85.run(DbNodeServiceImpl.java:1) ~[alfresco-repository-25.1.0.71.jar:25.1.0.71]&lt;BR /&gt;at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:164) ~[aspectjrt-1.9.22.1.jar:?]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 08:54:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490188#M40175</guid>
      <dc:creator>billybill07</dc:creator>
      <dc:date>2025-05-27T08:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490189#M40176</link>
      <description>&lt;P&gt;Difficult. I can see only that a node is not existent, but without the full Stacktrace is not easy to understand what is doing (and even with full stack trace could be difficult).&lt;/P&gt;&lt;P&gt;The SolrJob error is not an issue: it's a periodic job that tries to gather statistics from SOLR.&lt;/P&gt;&lt;P&gt;The real issue is the "&lt;SPAN&gt;Node does not exist": it's doing a&amp;nbsp;getPrimaryParent so, probably trying to evaluate the container of the node, maybe a group or a folder, and can't find it. I usually see those problems when there are customizations involved. You see the problems for all the users?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 09:55:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490189#M40176</guid>
      <dc:creator>LeoMattioli</dc:creator>
      <dc:date>2025-05-27T09:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490190#M40177</link>
      <description>&lt;P&gt;Thanks, Leo.&lt;/P&gt;&lt;P&gt;Yes, the issue seems to affect all users. After restoring the database and restarting the Alfresco container, I was briefly able to see the tasks and users on Share. But shortly after, an "Internal Server Error" appeared and everything became inaccessible.&lt;/P&gt;&lt;P&gt;There are no visible customizations on this Alfresco setup — it’s a fresh install on a VM using the official `acs-deployment` repo with Docker Compose, and the database restore was from another Alfresco Community instance.&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 10:12:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490190#M40177</guid>
      <dc:creator>billybill07</dc:creator>
      <dc:date>2025-05-27T10:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490217#M40180</link>
      <description>&lt;P&gt;Do you still have the old installation? Can you check what is the node&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;workspace://SpacesStore/9bfd454c-8b4d-4a2a-bd45-4c8b4dda2a03&lt;/EM&gt; with the node browser?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeoMattioli_0-1748410793302.png" style="width: 400px;"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/11689iA0FBF87EACE7E5F5/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="LeoMattioli_0-1748410793302.png" alt="LeoMattioli_0-1748410793302.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Maybe you can find why the node is no more present after restore.&lt;/P&gt;&lt;P&gt;Can you run also these queries on old and new installation?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT * FROM alf_node where uuid = '9bfd454c-8b4d-4a2a-bd45-4c8b4dda2a03';

SELECT * FROM alf_node_properties where node_id in (SELECT id FROM alf_node where uuid = '9bfd454c-8b4d-4a2a-bd45-4c8b4dda2a03');

SELECT * FROM alf_child_assoc where parent_node_id in (SELECT id FROM alf_node where uuid = '9bfd454c-8b4d-4a2a-bd45-4c8b4dda2a03') or child_node_id in (SELECT id FROM alf_node where uuid = '9bfd454c-8b4d-4a2a-bd45-4c8b4dda2a03');&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 05:44:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490217#M40180</guid>
      <dc:creator>LeoMattioli</dc:creator>
      <dc:date>2025-05-28T05:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490222#M40181</link>
      <description>&lt;P&gt;I’ve just checked the node workspace://SpacesStore/9bfd454c-8b4d-4a2a-bd45-4c8b4dda2a03 using the Node Browser in the restored instance — it does &lt;STRONG&gt;not exist&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="download.png" style="width: 400px;"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/11691i6EFE849641D92C67/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="download.png" alt="download.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I also ran the SQL queries you provided on &lt;STRONG&gt;both the restored and original installations&lt;/STRONG&gt;, and all three queries return &lt;STRONG&gt;0 rows&lt;/STRONG&gt;. The node is missing from the alf_node, alf_node_properties, and alf_child_assoc tables in both cases.&lt;/P&gt;&lt;P&gt;Even in the original environment, the Node Browser indicates that this node does not exist.&lt;BR /&gt;It looks like the node was already missing before the backup.&lt;/P&gt;&lt;P&gt;What would you suggest as the next step?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 08:42:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490222#M40181</guid>
      <dc:creator>billybill07</dc:creator>
      <dc:date>2025-05-28T08:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490223#M40182</link>
      <description>&lt;P&gt;Check the logs, can you put them in a pdf file and attach to this? Maybe we can see the operation that is blocked and work around it.&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 08:46:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490223#M40182</guid>
      <dc:creator>LeoMattioli</dc:creator>
      <dc:date>2025-05-28T08:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Restored PostgreSQL .sql Backup – Database Tables Exist but Alfresco Share Shows No Data</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490258#M40185</link>
      <description>&lt;P&gt;Thank you for your continued support.&lt;/P&gt;&lt;P&gt;As requested, I’ve exported the relevant Alfresco logs to a PDF file and attached it here. Hopefully, this will help identify the operation causing the issue after the database restoration.&lt;/P&gt;&lt;P&gt;Please let me know if any additional information or logs are needed — I’ll be happy to provide them.&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 09:53:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restored-postgresql-sql-backup-database-tables-exist-but/m-p/490258#M40185</guid>
      <dc:creator>billybill07</dc:creator>
      <dc:date>2025-05-29T09:53:15Z</dc:date>
    </item>
  </channel>
</rss>

