Preparation for v1.0.20

This commit is contained in:
Pinga 2025-04-19 15:35:38 +03:00
parent 347e20757a
commit 0fe9107cf1
4 changed files with 10 additions and 8 deletions

View file

@ -88,7 +88,10 @@ After installation, be sure to review all the guides in the Documentation sectio
### Updating ### Updating
To update, you **must run the update scripts sequentially** without skipping versions. To update, you **must run the update scripts sequentially** without skipping versions.
For example, if you're on **v1.0.16** and the latest is **v1.0.18**, first update to **v1.0.17**, then to **v1.0.18**. For example, if you're on **v1.0.18** and the latest is **v1.0.20**, first update to **v1.0.19**, then to **v1.0.20**.
- **v1.0.19 → v1.0.20**
Download and run the [`update1020.sh`](docs/update1020.sh) script.
- **v1.0.18 → v1.0.19** - **v1.0.18 → v1.0.19**
Download and run the [`update1019.sh`](docs/update1019.sh) script. Download and run the [`update1019.sh`](docs/update1019.sh) script.
@ -96,9 +99,6 @@ For example, if you're on **v1.0.16** and the latest is **v1.0.18**, first updat
- **v1.0.17 → v1.0.18** - **v1.0.17 → v1.0.18**
Download and run the [`update1018.sh`](docs/update1018.sh) script. Download and run the [`update1018.sh`](docs/update1018.sh) script.
- **v1.0.16 → v1.0.17**
Download and run the [`update1017.sh`](docs/update1017.sh) script.
For **older versions**, please refer to [`update.md`](docs/update.md). For **older versions**, please refer to [`update.md`](docs/update.md).
### [Configuration Guide](docs/configuration.md) ### [Configuration Guide](docs/configuration.md)

View file

@ -177,7 +177,7 @@ ln -sf /usr/share/adminer/latest.php /usr/share/adminer/adminer.php
# --- Clone registry source code --- # --- Clone registry source code ---
echo "Cloning registry source code..." echo "Cloning registry source code..."
git clone --branch v1.0.19 --single-branch https://github.com/getnamingo/registry /opt/registry git clone --branch v1.0.20 --single-branch https://github.com/getnamingo/registry /opt/registry
# --- Firewall configuration using ufw --- # --- Firewall configuration using ufw ---
echo "Configuring firewall rules..." echo "Configuring firewall rules..."

View file

@ -259,7 +259,7 @@ EOF
wget "http://www.adminer.org/latest.php" -O /usr/share/adminer/latest.php wget "http://www.adminer.org/latest.php" -O /usr/share/adminer/latest.php
ln -s /usr/share/adminer/latest.php /usr/share/adminer/adminer.php ln -s /usr/share/adminer/latest.php /usr/share/adminer/adminer.php
git clone --branch v1.0.19 --single-branch https://github.com/getnamingo/registry /opt/registry git clone --branch v1.0.20 --single-branch https://github.com/getnamingo/registry /opt/registry
echo "Setting up firewall rules..." echo "Setting up firewall rules..."
ufw allow 22/tcp ufw allow 22/tcp

View file

@ -1,8 +1,10 @@
# Namingo Update Guide # Namingo Update Guide
## v1.0.0 to v1.0.16 ## v1.0.0 to v1.0.17
You must run update scripts in order, without skipping versions. For example, if you're on 1.0.10 and the latest is 1.0.12, first update to 1.0.11, then to 1.0.12. You must run update scripts in order, without skipping versions. For example, if you're on 1.0.15 and the latest is 1.0.17, first update to 1.0.16, then to 1.0.17.
- v1.0.16 to v1.0.17 - download and run the [update1017.sh](docs/update1017.sh) script.
- v1.0.15 to v1.0.16 - download and run the [update1016.sh](docs/update1016.sh) script. - v1.0.15 to v1.0.16 - download and run the [update1016.sh](docs/update1016.sh) script.