Skip to content

Commit

Permalink
[DOCS-7350] Remove PostgreSQL instances (#1339)
Browse files Browse the repository at this point in the history
* [DOCS-7350] Remove PostgreSQL instances

* [DOCS-7350] Removed another Postgres instance
  • Loading branch information
Prosune authored Feb 16, 2024
1 parent 92cc0a0 commit 4c786ae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions search-enterprise/3.3/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Use this information to install the Elasticsearch connector on the same machine

* Alfresco ActiveMQ, by default `nio://activemq:61616`
* Alfresco Shared FileStore endpoint, by default http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file/
* Alfresco Database using PostgresSQL engine, by default `localhost:5432`
* Alfresco Database, by default `localhost:5432`
* Elasticsearch server, by default http://elasticsearch:9200

Once you have extracted the Elasticsearch connector zip file you install the Alfresco re-indexing app, and then the Alfresco live indexing app.
Expand Down Expand Up @@ -225,7 +225,7 @@ Deploy the Docker compose file you created.
$ docker login https://quay.io
```

2. Deploy Alfresco Content Services. The `docker-compose.yml` you generated includes the Repository, ADW, Postgres, Transform Service, ActiveMQ, Alfresco Elasticsearch Connector, Elasticsearch, and Kibana.
2. Deploy Alfresco Content Services. The `docker-compose.yml` you generated includes the Repository, ADW, database, Transform Service, ActiveMQ, Alfresco Elasticsearch Connector, Elasticsearch, and Kibana.

```bash
$ docker-compose up --build --force-recreate
Expand Down
8 changes: 4 additions & 4 deletions search-enterprise/3.3/support/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ The following are the supported platforms for Search Enterprise 3.3.x:

| Version | Notes |
| ------- | ----- |
| Content Services 7.4.x | Including Alfresco ActiveMQ 5.15.8, Alfresco Transform Service 1.4.1 and PostgreSQL 11.7 |
| Content Services 7.3.x | Including Alfresco ActiveMQ 5.15.8, Alfresco Transform Service 1.4.1 and PostgreSQL 11.7 |
| Content Services 7.2.x | Including Alfresco ActiveMQ 5.15.8, Alfresco Transform Service 1.4.1 and PostgreSQL 11.7 |
| Content Services 7.1.x | Including Alfresco ActiveMQ 5.15.8, Alfresco Transform Service 1.4.1 and PostgreSQL 11.7 |
| Content Services 7.4.x | Including Alfresco ActiveMQ 5.15.8, Alfresco Transform Service 1.4.1, and the database |
| Content Services 7.3.x | Including Alfresco ActiveMQ 5.15.8, Alfresco Transform Service 1.4.1, and the database |
| Content Services 7.2.x | Including Alfresco ActiveMQ 5.15.8, Alfresco Transform Service 1.4.1, and the database |
| Content Services 7.1.x | Including Alfresco ActiveMQ 5.15.8, Alfresco Transform Service 1.4.1, and the database |
| JDK 11 or OpenJDK 11 | |
| Elasticsearch server 7.17.x | |
| Elasticsearch server 7.16.x | |
Expand Down
4 changes: 2 additions & 2 deletions search-enterprise/latest/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Use this information to install the Elasticsearch connector on the same machine

* Alfresco ActiveMQ, by default `nio://activemq:61616`
* Alfresco Shared FileStore endpoint, by default http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file/
* Alfresco Database using PostgresSQL engine, by default `localhost:5432`
* Alfresco Database, by default `localhost:5432`
* Elasticsearch server, by default http://elasticsearch:9200

Once you have extracted the Elasticsearch connector zip file you install the Alfresco re-indexing app, and then the Alfresco live indexing app.
Expand Down Expand Up @@ -225,7 +225,7 @@ Deploy the Docker compose file you created.
$ docker login https://quay.io
```

2. Deploy Alfresco Content Services. The `docker-compose.yml` you generated includes the Repository, ADW, Postgres, Transform Service, ActiveMQ, Alfresco Elasticsearch Connector, Elasticsearch, and Kibana.
2. Deploy Alfresco Content Services. The `docker-compose.yml` you generated includes the Repository, ADW, database, Transform Service, ActiveMQ, Alfresco Elasticsearch Connector, Elasticsearch, and Kibana.

```bash
$ docker-compose up --build --force-recreate
Expand Down
2 changes: 1 addition & 1 deletion search-enterprise/latest/support/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The following are the supported platforms for Search Enterprise 4.0.x:

| Version | Notes |
| ------- | ----- |
| Content Services 23.1.x | Including ActiveMQ, Alfresco Transform Service, and PostgreSQL |
| Content Services 23.1.x | Including ActiveMQ, Alfresco Transform Service, and the database |
| | Check the [Alfresco Content Services Supported platforms]({% link content-services/latest/support/index.md %}) page for specific versions of the individual components. |
| | |
| **Java** | |
Expand Down

0 comments on commit 4c786ae

Please sign in to comment.