diff --git a/modules/admin/pages/deployment/general/general-info.adoc b/modules/admin/pages/deployment/general/general-info.adoc index 8c29fc98f..4a0a4c0ef 100644 --- a/modules/admin/pages/deployment/general/general-info.adoc +++ b/modules/admin/pages/deployment/general/general-info.adoc @@ -211,7 +211,6 @@ The following environment variables can overwrite the base data path if required • xref:{s-path}/settings.adoc[SETTINGS_DATA_PATH, window=_blank] • xref:{s-path}/sharing.adoc[SHARING_USER_JSON_FILE, window=_blank] • xref:{s-path}/sharing.adoc[SHARING_PUBLIC_JSON_FILE, window=_blank] -• xref:{s-path}/store.adoc[STORE_DATA_PATH, window=_blank] • xref:{s-path}/storage-system.adoc[STORAGE_SYSTEM_OCIS_ROOT, window=_blank] • xref:{s-path}/storage-users.adoc[STORAGE_USERS_OCIS_ROOT, window=_blank] • xref:{s-path}/storage-users.adoc[STORAGE_USERS_S3NG_ROOT, window=_blank] diff --git a/modules/admin/pages/deployment/services/deployment-considerations.adoc b/modules/admin/pages/deployment/services/deployment-considerations.adoc index 2b60f75a7..49f2071f4 100644 --- a/modules/admin/pages/deployment/services/deployment-considerations.adoc +++ b/modules/admin/pages/deployment/services/deployment-considerations.adoc @@ -17,6 +17,4 @@ Though the majority of services can be scaled by starting them multiple times, t * The xref:{s-path}/idp.adoc[IDP service] cannot be started multiple times and should not be used in HA / scaled installations, but instead replaced by an OIDC provider that supports HA / scaling. The IDP service has a bare minimum feature set. For example, cannot easily revoke single sessions. -* The xref:{s-path}/store.adoc[Store service] cannot be started multiple times. ownCloud is looking for ways of removing or making the store service able to scale. - * The xref:{s-path}/nats.adoc[NATS service] cannot be started multiple times and should not be used in HA or scaled installations. Instead it must be replaced by a NATS installation that is HA / scaled enabled. For details see the https://nats.io page: {nats-clustering-url}[NATS Server Clustering] documentation. diff --git a/modules/admin/pages/deployment/services/s-list/ocs.adoc b/modules/admin/pages/deployment/services/s-list/ocs.adoc index e0ac99ee4..738003c36 100644 --- a/modules/admin/pages/deployment/services/s-list/ocs.adoc +++ b/modules/admin/pages/deployment/services/s-list/ocs.adoc @@ -46,9 +46,6 @@ The Redis master to use is configured via e.g. `OCS_PRESIGNEDURL_SIGNING_KEYS_ST * When using `nats-js-kv` + It is recommended to set `PROXY_PRESIGNEDURL_SIGNING_KEYS_STORE_NODES` to the same value as `OCS_PRESIGNEDURL_SIGNING_KEYS_STORE_NODES`. That way the xref:deployment/services/s-list/proxy.adoc[proxy] service uses the same nats instance as the ocs service. -* When using `ocisstoreservice` + -The `OCS_PRESIGNEDURL_SIGNING_KEYS_STORE_NODES` must be set to the service name `com.owncloud.api.store`. It does not support TTL and stores the presigning keys indefinitely. Also, the xref:deployment/services/s-list/store.adoc[store] service needs to be started. - == Configuration include::partial$deployment/services/env-and-yaml.adoc[tag=envvars-yaml] diff --git a/modules/admin/pages/deployment/services/s-list/proxy.adoc b/modules/admin/pages/deployment/services/s-list/proxy.adoc index 8dc3f2c95..cb3e4cf1d 100644 --- a/modules/admin/pages/deployment/services/s-list/proxy.adoc +++ b/modules/admin/pages/deployment/services/s-list/proxy.adoc @@ -394,9 +394,6 @@ The Redis master to use is configured via e.g. `OCS_PRESIGNEDURL_SIGNING_KEYS_ST * When using `nats-js-kv` + It is recommended to set `PROXY_PRESIGNEDURL_SIGNING_KEYS_STORE_NODES` to the same value as `OCS_PRESIGNEDURL_SIGNING_KEYS_STORE_NODES`. That way the `proxy` service uses the same nats instance as the xref:deployment/services/s-list/ocs.adoc[ocs] service. -* When using `ocisstoreservice` + -The `OCS_PRESIGNEDURL_SIGNING_KEYS_STORE_NODES` must be set to the service name `com.owncloud.api.store`. It does not support TTL and stores the presigning keys indefinitely. Also, the xref:deployment/services/s-list/store.adoc[store] service needs to be started. - == Special Settings When using the Infinite Scale xref:{s-path}/idp.adoc[IDP service] instead of an external IDP: diff --git a/modules/admin/pages/deployment/services/s-list/store.adoc b/modules/admin/pages/deployment/services/s-list/store.adoc deleted file mode 100644 index 5e782ae09..000000000 --- a/modules/admin/pages/deployment/services/s-list/store.adoc +++ /dev/null @@ -1,23 +0,0 @@ -= Store Service Configuration -:toc: right -:description: The Infinite Scale Store service -:page-aliases: ROOT:deployment/services/s-list/store.adoc - -:service_name: store - -== Introduction - -{description} - -NOTE: The store service is marked for deprecation and will be removed in a later version. Its tasks will be taken over by other services. - - -// fixme: source description is still missing, and a better description is needed - -== Default Values - -* The store service listens on port 9460 by default. - -== Configuration - -include::partial$deployment/services/env-and-yaml.adoc[tag=envvars-yaml] diff --git a/modules/admin/pages/deployment/services/services.adoc b/modules/admin/pages/deployment/services/services.adoc index ea212525c..d85619a93 100644 --- a/modules/admin/pages/deployment/services/services.adoc +++ b/modules/admin/pages/deployment/services/services.adoc @@ -153,9 +153,6 @@ No services have been added with Infinite Scale version 4.0.0. | xref:{s-path}/sharing.adoc[Sharing] | -| xref:{s-path}/store.adoc[Store] -| - | xref:{s-path}/storage-publiclink.adoc[Storage-Publiclink] | diff --git a/modules/admin/partials/nav.adoc b/modules/admin/partials/nav.adoc index b1cbbef46..12438c535 100644 --- a/modules/admin/partials/nav.adoc +++ b/modules/admin/partials/nav.adoc @@ -65,7 +65,6 @@ ***** xref:admin:deployment/services/s-list/settings.adoc[Settings] ***** xref:admin:deployment/services/s-list/sharing.adoc[Sharing] ***** xref:admin:deployment/services/s-list/sse.adoc[SSE] -***** xref:admin:deployment/services/s-list/store.adoc[Store] ***** xref:admin:deployment/services/s-list/storage-publiclink.adoc[Storage-Publiclink] ***** xref:admin:deployment/services/s-list/storage-shares.adoc[Storage-Shares] ***** xref:admin:deployment/services/s-list/storage-system.adoc[Storage-System]