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
Copy file name to clipboardExpand all lines: src/current/_includes/common/upgrade/finalize-self-hosted.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ To finalize a major-version upgrade:
13
13
14
14
{% include_cached copy-clipboard.html %}
15
15
~~~ sql
16
-
SET CLUSTER SETTING version '{VERSION}';
16
+
SET CLUSTER SETTING version = '{VERSION}';
17
17
~~~
18
18
19
19
A series of migration jobs runs to enable certain types of features and changes in the new major version that cannot be rolled back. These include changes to system schemas, indexes, and descriptors, and enabling certain types of improvements and new features. Until the upgrade is finalized, these features and functions will not be available and the command`SHOW CLUSTER SETTING version` will return the previous version.
The following message shows the appropriate values for the `--backfillFromSCN` and `--scn` replication flags to use when [starting Replicator](#start-replicator):
6
+
7
+
{% include_cached copy-clipboard.html %}
8
+
~~~
9
+
replication-only mode should include the following replicator flags: --backfillFromSCN 26685444 --scn 26685786
10
+
~~~
11
+
</section>
12
+
{% endif %}
13
+
3
14
A `starting fetch` message indicates that the task has started:
This message includes a `cdc_cursor` value. You must set the `--defaultGTIDSet` replication flag to this value when starting [`replication-only` mode](#replicate-changes-to-cockroachdb):
82
+
This message includes a `cdc_cursor` value. You must set the `--defaultGTIDSet` replication flag to this value when [starting Replicator](#start-replicator):
The following message shows the appropriate values for the `--backfillFromSCN` and `--scn` replication flags to use when [starting`replication-only` mode](#replicate-changes-to-cockroachdb):
89
-
90
-
{% include_cached copy-clipboard.html %}
91
-
~~~
92
-
replication-only mode should include the following replicator flags: --backfillFromSCN 26685444 --scn 26685786
Copy file name to clipboardExpand all lines: src/current/_includes/molt/fetch-metrics.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
### Fetch metrics
2
+
1
3
By default, MOLT Fetch exports [Prometheus](https://prometheus.io/) metrics at `http://127.0.0.1:3030/metrics`. You can override the address with `--metrics-listen-addr '{host}:{port}'`, where the endpoint will be `http://{host}:{port}/metrics`.
2
4
3
5
Cockroach Labs recommends monitoring the following metrics during data load:
0 commit comments