Skip to content

Commit 126da49

Browse files
billy-the-fishbilly-the-fish
andauthored
Backup redirects (#4383)
* chore: update manual convert all chunks. * chore: add redirects for linkasaurus. --------- Co-authored-by: billy-the-fish <[email protected]>
1 parent 7865074 commit 126da49

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lambda/redirects.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,10 @@ module.exports = [
849849
from: "/latest/getting-started/setup",
850850
to: "https://docs.tigerdata.com/self-hosted/latest/install/"
851851
},
852+
{
853+
from: "/latest/using-timescaledb/backup",
854+
to: "https://docs.tigerdata.com/self-hosted/latest/backup-and-restore/"
855+
},
852856
{
853857
from: "/v0.9/faq",
854858
to: "https://docs.tigerdata.com/about/latest/"
@@ -885,6 +889,10 @@ module.exports = [
885889
from: "/latest/api#add_dimension",
886890
to: "https://docs.tigerdata.com/api/latest/hypertable/add_dimension/"
887891
},
892+
{
893+
from: "/latest/api#backup",
894+
to: "https://docs.tigerdata.com/self-hosted/latest/backup-and-restore/"
895+
},
888896
{
889897
from: "/timescaledb/latest/tutorials/grafana/grafana-variables/",
890898
to: "https://docs.tigerdata.com/integrations/latest/grafana/"

0 commit comments

Comments
 (0)