You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Nacos 3.0 Alpha, community finished to enhance namespace id from `` to public to solve #9846.
But in Alpha version, there is one problem that can't upgrade from old version. The reason is old version has store config with `` namespaceId in datasource.
For solve this problem, community plan upgrade datasource plugin to adapt this situation by auto-change public input to when plugin will handle datasource (such as publish, delete and update), and auto-change to public when do search in datasource.
So sub tasks follow:
Adapt old version datum for MySQL datasource plugin
Adapt old version datum for Derby datasource plugin
Adapt old version datum for datasource plugins in nacos-group
The text was updated successfully, but these errors were encountered:
In Nacos 3.0 Alpha, community finished to enhance namespace id from `` to
public
to solve #9846.But in Alpha version, there is one problem that can't upgrade from old version. The reason is old version has store config with `` namespaceId in datasource.
For solve this problem, community plan upgrade datasource plugin to adapt this situation by auto-change
public
input towhen plugin will handle datasource (such as publish, delete and update), and auto-change
topublic
when do search in datasource.So sub tasks follow:
MySQL
datasource pluginDerby
datasource pluginnacos-group
The text was updated successfully, but these errors were encountered: