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: notifications-unsubscr...@pekko.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org