Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd2acad6

Browse files
committed
Merge branch 'readme-mention-lvm' into 'master'
README: LVM as second way to enable thin cloningSee merge request postgres-ai/database-lab!86
2 parentsfa4d68e +832c99e commitd2acad6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

‎README.md‎

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ To discuss Database Lab, try a demo, or ask any questions,
4040

4141
**TL;DR:** you need:
4242
- any machine with a separate disk that is big enough to store a single copy of your database,
43-
- Linux with Docker and ZFS,
43+
- Linux with Docker,
44+
- ZFS to enable thin cloning (the default option; also, LVM is supported as an alternative),
4445
- initial copy of your Postgres database.
4546

4647
Details:
@@ -55,10 +56,11 @@ use pg_basebackup, restoration from an archive (such as WAL-G, Barman, pgBackRes
5556
supported for RDS, until AWS guys decide to allow replication connections),
5657
- upon request, Database Lab will do "thin cloning" of PGDATA, providing fully independent writable
5758
Postgres clones to users;
58-
- currently, the only technology supported for thin cloning is ZFS,
59-
so[ZFS on Linux](https://zfsonlinux.org/) needs to be installed on the machine,
60-
- however, it is easy to extend and add, say, LVM or Ceph - please write us if you
61-
need it; also, contributions are highly welcome).
59+
- currently, two technologies are supported for thin cloning:
60+
- ZFS:[ZFS on Linux](https://zfsonlinux.org/) needs to be installed on the machine,
61+
- LVM: with[LVM](https://en.wikipedia.org/wiki/Logical_Volume_Manager_(Linux)), all thin clones will be based on the latest version of the database (with ZFS, you can have multiple snapshots prepared and choose which one to use when requesting a new thin clone).
62+
- it is easy to extend and add, Ceph - please contact us if you need it;
63+
- comments, bug reports, and contributions are highly welcome.
6264

6365

6466
##Server installation and setup

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp