2026-06-09 15:35:33 +02:00
|
|
|
### Installation
|
|
|
|
|
|
|
|
|
|
#### Herunterladen
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
cd frappe-bench
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Mit wget
|
|
|
|
|
```bash
|
|
|
|
|
wget https://vw.falk.plus/JensFalk/erpnext-Restore-Script/raw/branch/main/restore-erpnext.sh -O restore-erpnext.sh
|
|
|
|
|
```
|
|
|
|
|
#### Datei anpassen
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
nano restore-erpnext.sh
|
|
|
|
|
```
|
|
|
|
|
|
2026-06-09 16:00:22 +02:00
|
|
|
### Script ausführbar machen
|
2026-06-09 15:35:33 +02:00
|
|
|
|
|
|
|
|
```bash
|
2026-06-09 16:10:37 +02:00
|
|
|
chmod +x ./restore-erpnext.sh
|
2026-06-09 15:35:33 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Script ausführen
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
./restore-erpnext.sh
|
|
|
|
|
```
|