Updated 4.0 (markdown)

Michael Stanclift 2022-04-11 16:57:33 -05:00
parent 203270d561
commit 442a7b7eed

17
4.0.md

@ -11,23 +11,6 @@ Gravity Sync 4 is a fresh start.
1. Thank you to everyone who tested 4.0 and provided any feedback.
2. To move from the beta track to the production version, running `gravity-sync dev` will toggle you back over.
### Tested Platforms
While it's not possible to test Gravity Sync on all the places it's technically able to run, this chart outlines the places where it has been tested. Pi-hole has a list of supported platforms if it's a default install, but if your Pi-hole instance is running in a container, it provides more flexibility.
| Distro | Version | Pi-hole Type | Notes |
|----------|---------------|-----------------|-----------------|
| CentOS | 8 Stream | Default/Docker | |
| Debian | 11 | Default/Docker | |
| Debian | 10 | Default/Docker | |
| DietPi | 8.3 | Default | |
| Fedora | 35 | Docker | |
| Photon | 4.0 | Docker | |
| Raspbian | 11 | Default/Docker | |
| Rocky | 8.5 | Docker | |
| Ubuntu | 21.10 | Default/Docker | |
| Ubuntu | 20.04 | Default/Docker | |
## Rethought Installation
The Gravity Sync installer has been rewritten to accommodate for both new installations and upgrades. (Upgrading only after a successful migration to 4.0, see below.) Previously it would detect existing installs and refuse to complete. There is also a dedicated update script that can be used to fix a broken deployment by executing `bash /etc/gravity-sync/.gs/update.sh` but should only be required if for some reason `gravity-sync update` has failed.