mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-09-04 11:15:41 +00:00
Merge pull request 'documentation fixes' (#1072) from doc-fixes into main-v2
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1072
This commit is contained in:
@@ -8,7 +8,7 @@ have published Ansible roles. We list them and compare them below.
|
|||||||
|
|
||||||
## Comparison of Ansible roles
|
## Comparison of Ansible roles
|
||||||
|
|
||||||
| Feature | [ansible-role-garage](#zorun-ansible-role-garage) | [garage-docker-ansible-deploy](#moan0s-garage-docker-ansible-deploy) | [eddster ansible-role-garage](#eddster-ansible-role-garage) |
|
| Feature | [ansible-role-garage](#zorun-ansible-role-garage) | [garage-docker-ansible-deploy](#moan0s-garage-docker-ansible-deploy) | [eddster2309 ansible-role-garage](#eddster2309-ansible-role-garage) |
|
||||||
|------------------------------------|---------------------------------------------|---------------------------------------------------------------|---------------------------------|
|
|------------------------------------|---------------------------------------------|---------------------------------------------------------------|---------------------------------|
|
||||||
| **Runtime** | Systemd | Docker | Systemd |
|
| **Runtime** | Systemd | Docker | Systemd |
|
||||||
| **Target OS** | Any Linux | Any Linux | Any Linux |
|
| **Target OS** | Any Linux | Any Linux | Any Linux |
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ The migration steps are as follows:
|
|||||||
- You may also make a back-up manually: turn off each node
|
- You may also make a back-up manually: turn off each node
|
||||||
individually; back up its metadata folder (for instance, use the following
|
individually; back up its metadata folder (for instance, use the following
|
||||||
command if your metadata directory is `/var/lib/garage/meta`: `cd
|
command if your metadata directory is `/var/lib/garage/meta`: `cd
|
||||||
/var/lib/garage ; tar -acf meta-v0.9.tar.zst meta/`); turn it back on
|
/var/lib/garage ; tar -acf meta-v1.0.tar.zst meta/`); turn it back on
|
||||||
again. This will allow you to take a backup of all nodes without
|
again. This will allow you to take a backup of all nodes without
|
||||||
impacting global cluster availability. You can do all nodes of a single
|
impacting global cluster availability. You can do all nodes of a single
|
||||||
zone at once as this does not impact the availability of Garage.
|
zone at once as this does not impact the availability of Garage.
|
||||||
|
|||||||
Reference in New Issue
Block a user