patsta32 opened a new issue, #275:
URL: https://github.com/apache/pekko-persistence-jdbc/issues/275

   Given:
   
   - Pekko Persistence schema is created in postgres with schema changed (f.e. 
pekko)
   - Application is configured for durable state actors
   
   When:
   
   Changing schemaName in .conf file for jdbc-durable-state-store to f.e. 
"pekko" leads to error:
   
   ```
   
org.apache.pekko.persistence.typed.state.internal.DurableStateStoreException: 
Failed to persist state with sequence number [1] for persistenceId [X]
   ...
   Caused by: org.postgresql.util.PSQLException: ERROR: relation 
"durable_state" does not exist
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to