Skip to content

Commit 284617b

Browse files
PXB-3225 Test how to configure Posthog and HotJar in PXB project (2.4) (#248)
modified: docs/backup_scenarios/full_backup.md modified: docs/index.md modified: docs/installation.md modified: docs/installation/apt_repo.md modified: docs/installation/yum_repo.md
1 parent ec28e7f commit 284617b

File tree

5 files changed

+42
-2
lines changed

5 files changed

+42
-2
lines changed

docs/backup_scenarios/full_backup.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,13 @@ Data is now restored and you can start the server.
185185

186186
The relay log information was backed up, but a new relay log has been created, which creates a mismatch during the restore.
187187

188-
188+
<script>
189+
(function(h,o,t,j,a,r){
190+
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
191+
h._hjSettings={hjid:3857510,hjsv:6};
192+
a=o.getElementsByTagName('head')[0];
193+
r=o.createElement('script');r.async=1;
194+
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
195+
a.appendChild(r);
196+
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
197+
</script>

docs/index.md

+10
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@ environment. [Commercial support contracts are available](https://www.percona.co
2424

2525
Percona XtraBackup 2.4 does not support making backups of databases created in *MySQL 8.0*, *Percona Server for MySQL 8.0*, or *Percona XtraDB Cluster 8.0*. Use Percona XtraBackup 8.0 for the version 8.0 databases.
2626

27+
<script>
28+
(function(h,o,t,j,a,r){
29+
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
30+
h._hjSettings={hjid:3857510,hjsv:6};
31+
a=o.getElementsByTagName('head')[0];
32+
r=o.createElement('script');r.async=1;
33+
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
34+
a.appendChild(r);
35+
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
36+
</script>

docs/installation.md

-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ Percona also provides the following methods:
2121
* [Run in a Docker Container](installation/docker.md)
2222

2323
Before installing Percona XtraBackup with any of these methods, we recommend that you review the [release notes](release-notes.md).
24-

docs/installation/apt_repo.md

+11
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,14 @@ packages.
149149
```shell
150150
$ sudo apt remove percona-xtrabackup-24
151151
```
152+
153+
<script>
154+
(function(h,o,t,j,a,r){
155+
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
156+
h._hjSettings={hjid:3857510,hjsv:6};
157+
a=o.getElementsByTagName('head')[0];
158+
r=o.createElement('script');r.async=1;
159+
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
160+
a.appendChild(r);
161+
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
162+
</script>

docs/installation/yum_repo.md

+11
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,14 @@ Remove the packages
151151
```shell
152152
yum remove percona-xtrabackup
153153
```
154+
155+
<script>
156+
(function(h,o,t,j,a,r){
157+
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
158+
h._hjSettings={hjid:3857510,hjsv:6};
159+
a=o.getElementsByTagName('head')[0];
160+
r=o.createElement('script');r.async=1;
161+
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
162+
a.appendChild(r);
163+
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
164+
</script>

0 commit comments

Comments
 (0)