1
0
Fork 0
Commit Graph

89 Commits

Author SHA1 Message Date
sleto-it f7dec4eacb Doc - Azure Deployment: Make statement clearer (#8149) 2019-03-01 08:25:18 +01:00
Simran a41b13894e
Doc - Update Kubernetes (Tutorial/Drain) (#8295) 2019-02-28 22:06:52 +01:00
Simran 7a75f37857 Doc - Improve hint boxes on page MigratingSingleInstanceCluster.md (#8241) 2019-02-23 11:53:02 +01:00
sleto-it fcc1700d33
Doc - fix link 2019-02-21 20:05:32 +01:00
sleto-it 7afee85fad
Doc - New k8 drain page (#8228)
* tmp - integration preview only

* images

* Update Drain.md

* updates after merge in external repo
2019-02-21 19:10:45 +01:00
sleto-it f1ddaeedf2
Doc - Production Checklist Improvements (#8110) 2019-02-06 10:42:04 +01:00
sleto-it 7cbb97f5b4
Doc - Sync external repos (#8063) (#8067) 2019-01-30 20:20:56 +01:00
Simran 50f248faec Doc - Single Instance vs. Cluster (update) (#7960) 2019-01-16 14:56:29 +01:00
sleto-it 099fd6d2db
Doc - Forwardports to devel - 2018-12-27 (#7858) 2018-12-27 17:12:50 +01:00
Simran f7b9733a84 Doc - Fix build (whitespaces, triple-backticks, comments) (#7857) 2018-12-26 21:41:19 +01:00
Simran 06e123de22 Doc - Single Instance vs. Cluster (diff + migration) (#7739) 2018-12-22 23:30:24 +01:00
Simran 801bc38ab9 Doc - cleanups (#7685) 2018-12-06 14:25:31 +01:00
sleto-it 0a8369abf7
Doc - Production Checklist (#7582) 2018-12-06 12:44:39 +01:00
maxkernbach e48030b37c Doc - sync external repositories (#7616) 2018-12-05 18:49:11 +01:00
Simran c83d74e384 Doc - Training material links (#6683) 2018-10-17 23:52:35 +02:00
Simran fd1019c51e Doc - Sync external repos 2018-09-26 (#6476) 2018-10-01 18:12:56 +02:00
sleto-it 2baba7e05d
Doc - Additional Scalability & Architecture Refactor (#5850) 2018-08-22 23:27:31 +02:00
sleto-it 96db5356b8
Doc - 3.3.14 new starter upgrade procedure + partial sync of external repos (#6020) 2018-08-16 20:06:53 +02:00
Jan 4d4135d25c
Feature/add dbserver as an alias for primary (#6072)
* add "DBSERVER" as an alias for "PRIMARY"

This allows specifying the value "DBSERVER" for `--cluster.my-role`.
"DBSERVER" is only treated as an alias for "PRIMARY", because several
other parts of the code and APIs use the string "PRIMARY".
Changing these from "PRIMARY" to "DBSERVER" would make the change
downwards-incompatible, which we do not want.

The downside of this alias-only solution is that even when specifying
a role value of "DBSERVER", the server will still report its role as
"PRIMARY", which may be a bit confusing. The server will also generate
its id as "PRMR-XXXX" as before:

    2018-08-03T15:23:09Z [9584] INFO {cluster} Starting up with role PRIMARY
    2018-08-03T15:23:09Z [9584] INFO {cluster} Cluster feature is turned on. Agency version: {"server":"arango","version":"3.4.devel","license":"enterprise"}, Agency endpoints: http+tcp://[::]:4001, server id: 'PRMR-f655b728-4cea-44ac-88e9-8b34baa80958', internal address: tcp://[::1]:8629, role: PRIMARY

* adjusted documentation to use "DBSERVER" instead of "PRIMARY"

* api doc

- secondary role not used anymore. stated.
- primary database is not clear. replaced with dbserver
- brief referenced only dbserver and coordinator - better to provide wider description, in line with what is described below, as other roles can be returned

* typo

* typo

* added starting from 3.4

* additional warning

* cited in the release note
2018-08-06 17:20:50 +02:00
Wilfried Goesgens 8961b39a03 Doc - re-add Mesos-containerizer chapter (#5918) 2018-07-26 23:54:29 +02:00
Simran 2080c81e80 Doc - Enterprise Edition hint boxes (#5921) 2018-07-20 10:53:22 +02:00
Wilfried Goesgens d7f96d2a63 Doc - single link per line (#5904) 2018-07-20 10:46:27 +02:00
Wilfried Goesgens bf32c4e7e1 Doc - add duplicate check in the build script (#5897) 2018-07-18 19:01:07 +02:00
maxkernbach d0aeff6db3 Doc - sync from external repos (#5889) 2018-07-16 18:59:44 +02:00
sleto-it e0f934e705
Doc - fix build (#5887) 2018-07-16 11:26:27 +02:00
Simran 34ec56d421 Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
sleto-it ccde2a5ea2
Doc - Deployment - Missing commit (#5848) 2018-07-11 21:02:41 +02:00
sleto-it a75905b62d
Doc - Additional Deployment Refactor (#5776) 2018-07-11 20:46:19 +02:00
Wilfried Goesgens 8c39f9f666 Doc - fix links (#5739) 2018-07-02 13:56:09 +02:00
sleto-it edc31ff7dd
Doc - Upgrade & Deployment Refactor (#4750) 2018-06-30 11:11:56 +02:00
sleto-it 4dd98f9f07
Doc - New pages: "Starter Architecture" & "Securing Starter Deployments" + Sync from external repos (#5666) 2018-06-28 17:14:56 +02:00
maxkernbach ea8cb68e27 Doc - improve Java Driver doc + fetch external repos (#5642)
- restructure java-driver doc
- fetch fixed link in js repository
- fetch external changes for Kubernetes/PHP/SpringData
2018-06-20 18:59:38 +02:00
sleto-it ed11b41be9
Doc - Updated kube-arangodb docs to 0.2.1 (#5630) 2018-06-19 13:18:54 +02:00
Ewout Prangsma 530b52a882 Doc - Updated kube-arango docs to upcoming 0.2 (#5608) 2018-06-14 16:15:55 +02:00
maxkernbach 45ab16900f Doc - DC2DC - Improve directory structure (#5480) 2018-06-05 09:09:58 +02:00
Wilfried Goesgens 59390ef374 Doc - Improves fetch-script. Fresh Swagger. Sync external repos (#5463) 2018-05-28 16:29:30 +02:00
Simon 468231efc5 AQL Profiling code (#5165)
* initial start of profiling

* adding profiling code

* Fixing remote block tracing, fixing width and units

* Fixing some tests

* Various fixes

* adressing review comments
2018-04-24 16:17:30 +02:00
sleto-it ca4c12bacf
Doc - Updates from external repos (#5185) 2018-04-24 11:10:47 +02:00
sleto-it 5661492de0
Doc - New Driver Book (#4825) 2018-04-12 17:12:54 +02:00
sleto-it bdeb6175a9
Doc - Updates kube doc (#5051) 2018-04-06 14:26:33 +02:00
sleto-it eb0b48c52b
Doc - kube-arangodb docs integration (#5014) 2018-04-05 12:57:24 +02:00
sleto-it 801d43e250
Doc - Replication Refactor - Part 2 (#4717)
* progress the refactor + bug fixes
2018-03-02 11:14:53 +01:00
sleto-it 0ba532b16a
Doc - Replication Refactor - Part 1 (#4555)
Next steps after DC2DC and Cluster doc improvements:

- We refactor replication sections and make more intuitive separation between Master/Slave and the new Active Failover in 3.3
- We create corresponding sections for Master/Slave and Active Failover in the Administration and Deployment chapters, as well as in the Scalability chapter, where these "modes" are introduced
- We touch and improve the "Architecture" chapter as well, where some architecture info have to be placed
- We reorg the TOC having in more "logical" order:
-- Deployment
-- Administration
-- Security
-- Monitoring
-- Troubleshooting
- We adds parts in the TOC
- We add toc per pages, using page-toc plugin
- We also put close together "Scalability" and "Architecture" chapters, preliminary steps of further improvements / aggregation
- We improve swagger

Internal Ref:
- https://github.com/arangodb/planning/issues/1692
- https://github.com/arangodb/planning/issues/1655
- https://github.com/arangodb/planning/issues/1858
- https://github.com/arangodb/planning/issues/973 (partial fix)
- https://github.com/arangodb/planning/issues/1498 (partial fix)
2018-02-28 12:23:19 +01:00
sleto-it ecd033491f
Doc - ArangoSync doc integration (#4590) 2018-02-14 18:59:18 +01:00
Simran 0e0b467a45 Doc - Adds toc plugin (#4577)
Internal Ref: arangodb/planning#1053
2018-02-13 19:04:32 +01:00
sleto-it 51b927e144
Doc - Improvements to DC2DC - PR #4162 2018-01-16 09:58:05 +00:00
Max Neunhoeffer 5901aceca5
Copy over new version of DC2DC tutorial. 2017-11-24 15:02:09 +01:00
Andreas Streichardt 001951abbe Add DC2DC documentation 2017-11-17 16:58:51 +01:00
Simon Grätzer 3e211f0d9e Fix --cluster.my-local-info (#3481)
* Compatibility for old startup methods.

* removed my-local-info from docs
2017-10-23 12:20:17 +02:00
Simon Grätzer 7c31960cf2 Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00