Open m-u-khayyam opened 1 year ago
@m-u-khayyam , We are saying "Once persistence of SQL metadata is enabled on a cluster, it is permanently enabled. You cannot disable it." at https://docs.hazelcast.com/hazelcast/5.3/storage/configuring-persistence#sql.
Would it better to rephrase it like "Once persistence of SQL metadata is enabled on a cluster, it is permanently enabled. You cannot disable it for any restarts, i.e., you cannot remove metadata by disabling the following configuration option. Otherwise the cluster fails fast on startup"?
Hi, I have some feedback about this page
Hazelcast application does not support removing catalog-persistence-enabled on restart (unless persistence data is removed over all). It should be mentioned in the documentation explicitly. The clients think they can just remove data by just removing this config but rather application fails to start in that case.