Hi,
I have a local zfs pool that I created in the proxmox.
Then I created a dataset for my Postgres database as:
I can see that it is mounted in my proxmox at:
I now wish to pass this dataset to my
How do I do it?
The reason for this is that I want to have persistent storage for my Postgres database. I could then easily take snapshots of this dataset and send it to a remote server for backup.
Thanks and have a brilliant festive season!
I have a local zfs pool that I created in the proxmox.
Then I created a dataset for my Postgres database as:
Code:
zfs create tank/postgres -o ashift=12 -o compression=lz4
I can see that it is mounted in my proxmox at:
Code:
tank/postgres
I now wish to pass this dataset to my
ubuntu server VM
.How do I do it?
The reason for this is that I want to have persistent storage for my Postgres database. I could then easily take snapshots of this dataset and send it to a remote server for backup.
Thanks and have a brilliant festive season!