You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "mdedetrich (via GitHub)" <gi...@apache.org> on 2023/04/13 06:47:37 UTC

[GitHub] [incubator-pekko-persistence-r2dbc] mdedetrich opened a new issue, #17: Create migration scripts to change from `akka_` prefix to `pekko_` prefix

mdedetrich opened a new issue, #17:
URL: https://github.com/apache/incubator-pekko-persistence-r2dbc/issues/17

   This persistence plugin used to store data in databases with the `akka_` prefix but it has been changed to `pekko_`. A migration script should be provided to change this prefix for people coming from `akka_`


-- 
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-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] Create migration scripts to change from `akka_` schema prefix to `pekko_` prefix [incubator-pekko-persistence-r2dbc]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #17:
URL: https://github.com/apache/incubator-pekko-persistence-r2dbc/issues/17#issuecomment-1791715542

   @mdedetrich Is this a blocker? Could it just be release noted?


-- 
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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] Create migration scripts to change from `akka_` schema prefix to `pekko_` prefix [incubator-pekko-persistence-r2dbc]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #17:
URL: https://github.com/apache/incubator-pekko-persistence-r2dbc/issues/17#issuecomment-1845900385

   full qualified configs:
   ```
   pekko.projection.r2dbc.offset-store {
       offset-table = "akka_projection_offset_store"
       timestamp-offset-table = "akka_projection_timestamp_offset_store"
       management-table = "akka_projection_management"
   }
   ```


-- 
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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] Create migration scripts to change from `akka_` schema prefix to `pekko_` prefix [incubator-pekko-persistence-r2dbc]

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on issue #17:
URL: https://github.com/apache/incubator-pekko-persistence-r2dbc/issues/17#issuecomment-1841854956

   > @mdedetrich Is this a blocker? Could it just be release noted?
   
   @pjfanning I wouldn't say this is a release blocker however it would be ideal to have this here especially after https://github.com/apache/incubator-pekko-persistence-r2dbc/issues/19 is merged on initial release if it doesn't make too much time.


-- 
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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] Create migration scripts to change from `akka_` schema prefix to `pekko_` prefix [incubator-pekko-persistence-r2dbc]

Posted by "nvollmar (via GitHub)" <gi...@apache.org>.
nvollmar commented on issue #17:
URL: https://github.com/apache/incubator-pekko-persistence-r2dbc/issues/17#issuecomment-1845499821

   We could advise them in the migration doc that overriding the keys for backwards compatibility is an option to renaming:
   
   ```
       offset-table = "akka_projection_offset_store"
       timestamp-offset-table = "akka_projection_timestamp_offset_store"
       management-table = "akka_projection_management"
   ```


-- 
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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] Create migration scripts to change from `akka_` schema prefix to `pekko_` prefix [incubator-pekko-persistence-r2dbc]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #17:
URL: https://github.com/apache/incubator-pekko-persistence-r2dbc/issues/17#issuecomment-1845491072

   The DDL is straightforward. I think most users who migrate from Akka can work it out themselves.


-- 
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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org