Genesis  SchoolFi
Error   A Critical error has occurred during server startup.
Stack Trace
org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "silo_docs_pk"
Detail: Key (object_id)=(154214) already exists.
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2676)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2366)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:356)
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:496)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:413)
at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:190)
at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:152)
at jdk.internal.reflect.GeneratedMethodAccessor63.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:118)
at jdk.proxy2/jdk.proxy2.$Proxy31.executeUpdate(Unknown Source)
at com.forgetech.fql.FQL.executeRaw(FQL.java:2355)
at com.forgetech.backoffice.logic.DocumentArchiveRestoreLogic.loadInBackupArchivesForPostgresSQL(DocumentArchiveRestoreLogic.java:40)
at com.forgetech.backoffice.logic.ServerStartup.run(ServerStartup.java:657)
at java.base/java.lang.Thread.run(Thread.java:840)