Skip to content

Commit 56ac559

Browse files
committed
Merge branch 'cf-stack-demo-instance' into 'master'
chore: update demo instance See merge request postgres-ai/database-lab!616
2 parents 3d3f942 + c459510 commit 56ac559

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For example, cloning a 1 TiB PostgreSQL database takes ~10 seconds. Dozens of in
5757

5858
Try it yourself right now:
5959
- enter [the Database Lab Platform](https://console.postgres.ai/), join the "Demo" organization, and test cloning of ~1 TiB demo database, or
60-
- check out another demo setup, DLE CE: https://nik-tf-test.aws.postgres.ai:446/instance, use the token `demo` to enter (this setup has self-signed certificates, so ignore browser's complaints)
60+
- check out another demo setup, DLE CE: https://demo.aws.postgres.ai:446/instance, use the token `demo_token` to enter
6161

6262
## How it works
6363
Thin cloning is fast because it uses [Copy-on-Write (CoW)](https://en.wikipedia.org/wiki/Copy-on-write#In_computer_storage). DLE supports two technologies to enable CoW and thin cloning: [ZFS](https://en.wikipedia.org/wiki/ZFS) (default) and [LVM](https://en.wikipedia.org/wiki/Logical_Volume_Manager_(Linux)).

ui/packages/ce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
"stylelint-config-standard-scss": "^2.0.1",
5757
"stylelint-prettier": "^2.0.0"
5858
},
59-
"proxy": "https://nik-tf-test.aws.postgres.ai:446/api"
59+
"proxy": "https://demo.aws.postgres.ai:446/api"
6060
}

0 commit comments

Comments
 (0)