forked from RKeaves/upating_unit3d_version
Update upating_unit3d_version.md
This commit is contained in:
parent
0b55074e5f
commit
1915b16c4d
|
@ -1,36 +1,38 @@
|
|||
# UNIT3D Update
|
||||
# Updating UNIT3D
|
||||
|
||||
_Whether you're upgrading from UNIT3D v8.3.3 to v9.0.1 or updating your PHP environment from 8.3 to 8.4, this tutorial offers a detailed guide to the entire process._
|
||||
This guide walks you through updating UNIT3D from `v8.3.3` to `v9.0.1` and upgrading PHP from `8.3` to `8.4`.
|
||||
|
||||
> [!IMPORTANT]
|
||||
> backup.
|
||||
> Ensure you have a complete backup before proceeding.
|
||||
|
||||
## Prerequisites
|
||||
## 1. Prerequisites
|
||||
|
||||
- Complete backup in `~/tempBackup`
|
||||
- Sudo privileges
|
||||
- Current versions:
|
||||
- UNIT3D: **v8.3.3**
|
||||
- PHP: **8.3**
|
||||
- Required tools:
|
||||
- **Backup** located in `~/tempBackup`
|
||||
- **Sudo** privileges.
|
||||
- **Current versions**:
|
||||
- `UNIT3D`: `v8.3.3`
|
||||
- `PHP`: `8.3`
|
||||
- **Tools**:
|
||||
```text
|
||||
curl, apt, nginx, mysql/mariadb, nano/micro
|
||||
```
|
||||
|
||||
## 1. Create a Backup
|
||||
## 2. Create Backup
|
||||
|
||||
UNIT3D provides built-in backup tools through PHP Artisan.
|
||||
UNIT3D offers built-in backups. Refer to the Backups page in this wiki for usage.
|
||||
|
||||
## 2. Update Procedures
|
||||
> [!IMPORTANT]
|
||||
> Verify your backups before continuing.
|
||||
|
||||
### 2.1 Enter Maintenance Mode & Prepare Meilisearch
|
||||
## 3. Enter Maintenance Mode
|
||||
|
||||
```bash
|
||||
cd /var/www/html
|
||||
php artisan down
|
||||
```
|
||||
|
||||
**Meilisearch Update:**
|
||||
## 4. Update Meilisearch
|
||||
|
||||
```bash
|
||||
sudo apt update
|
||||
sudo apt upgrade
|
||||
|
|
Loading…
Reference in New Issue