From 442a7b7eeddf091ce16736315084e478691b031d Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Mon, 11 Apr 2022 16:57:33 -0500 Subject: [PATCH] Updated 4.0 (markdown) --- 4.0.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/4.0.md b/4.0.md index cfa3ba4..651297c 100644 --- a/4.0.md +++ b/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.