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
Wait about a minute for MarkLogic Server to initialize before checking the ports. To verify the successful installation and initialization, log into the MarkLogic Server Admin Interface using the admin credentials used in the command above. Go to http://localhost:8001. You can also verify the configuration by following the procedures outlined in the MarkLogic Server documentation. See the MarkLogic Installation documentation [here](https://docs.marklogic.com/guide/installation/procedures#id_84772).
92
92
@@ -97,7 +97,7 @@ To create an uninitialized MarkLogic Server with [Docker CLI](https://docs.docke
Above command will start a Docker container `MarkLogic_cont_1` running MarkLogic Server and associate the named Docker volume `MarkLogic_vol_1` with it.
@@ -246,7 +246,7 @@ Create these files on your host machine: `marklogic-centos.yaml`, `mldb_admin_us
If successful, the command will output the ID for the new container. Give the container a couple of minutes to get initialized. Continue with the next section to create additional nodes for the cluster.
When you complete these steps, you will have multiple containers; one on each VM, and all connected to each other on the 'ml-cluster-network' network. All the containers will be part of same cluster.
@@ -698,7 +698,7 @@ When you complete these steps, you will have multiple containers; one on each VM
698
698
MarkLogic has extensive documentation about upgrades, see [https://docs.marklogic.com/guide/relnotes/chap2](https://docs.marklogic.com/guide/relnotes/chap2). Other than the uninstall and install of the MarkLogic RPMs, the overall processes and compatibility notes for upgrades remain the same when you run MarkLogic in containers. Instead of uninstalling and installing the MarkLogic RPMs, use the following procedure to upgrade a container instance to a newer release of MarkLogic. Be sure to follow the sequence described in the documentation for rolling upgrades [https://docs.marklogic.com/guide/admin/rolling-upgrades](https://docs.marklogic.com/guide/admin/rolling-upgrades) if you need to upgrade with zero downtime.
699
699
700
700
To upgrade MarkLogic Docker from release 10.x to the latest release, perform following steps:
701
-
Note: In the below example, we are upgrading the container to marklogic-server:10.0-9.1-centos-1.0.0.
701
+
Note: In the below example, we are upgrading the container to marklogic-server:11.0.0-centos-1.0.0.
The /space mounted on the Docker volume can now be used as backup directory for backing up/restoring a database using the procedures described in the MarkLogic documentation: https://docs.marklogic.com/guide/admin/backup_restore
738
738
@@ -752,9 +752,9 @@ The following is a set of steps to run to access a container while it is running
752
752
2. Get the container ID for the MarkLogic container running on the machine. To do this, run the following command:
In this example command `marklogicdb/marklogic-db:10.0-9.5-centos-1.0.0` is an image ID. Your container ID may be different for your machine.
757
+
In this example command `marklogicdb/marklogic-db:11.0.0-centos-1.0.0` is an image ID. Your container ID may be different for your machine.
758
758
759
759
Example output:
760
760
@@ -772,7 +772,7 @@ Here's an example of unfiltered output from that command:
772
772
773
773
```
774
774
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
775
-
f484a784d998 marklogicdb/marklogic-db:10.0-9.5-centos-1.0.0 "/usr/local/bin/star…" 16 minutes ago Up 16 minutes 25/tcp, 7997-7999/tcp, 8003-8010/tcp, 0.0.0.0:8000-8002 8000-8002/tcp vibrant_burnell
775
+
f484a784d998 marklogicdb/marklogic-db:11.0.0-centos-1.0.0 "/usr/local/bin/star…" 16 minutes ago Up 16 minutes 25/tcp, 7997-7999/tcp, 8003-8010/tcp, 0.0.0.0:8000-8002 8000-8002/tcp vibrant_burnell
776
776
```
777
777
778
778
3. Run a command to access a remote shell on the container.
@@ -863,7 +863,7 @@ If the process is successful, a message saying the node has left the swarm will
863
863
864
864
# Known Issues and Limitations
865
865
866
-
10.0-9.5-centos-1.0.0
866
+
11.0.0-centos-1.0.0
867
867
868
868
1. Enabling huge pages for clusters containing single-host, multi-container configurations may lead to failure, due to incorrect memory allocation. MarkLogic recommends that you disable huge pages in such architectures.
869
869
2. Database replication will only work for configurations having a single container per host, with matching hostname.
@@ -908,3 +908,4 @@ If the process is successful, a message saying the node has left the swarm will
908
908
- 10.0-9.2-centos-1.0.0-ea4 - MarkLogic Developer Docker image includes all features and is limited to developer use
909
909
- 10.0-9.4-centos-1.0.0-ea4 - MarkLogic Developer Docker image includes all features and is limited to developer use
910
910
- 10.0-9.5-centos-1.0.0-ea4 - MarkLogic Developer Docker image includes all features and is limited to developer use
911
+
- 10.0-9.5-centos-1.0.0 - MarkLogic Developer Docker image includes all features and is limited to developer use
0 commit comments