Files
erpnext-Restore-Script/README.md
T

29 lines
393 B
Markdown
Raw Normal View History

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 15:38:21 +02:00
### Script ausfüherbar machen
2026-06-09 15:35:33 +02:00
```bash
chmod +x ~/restore-erpnext.sh
```
### Script ausführen
```bash
./restore-erpnext.sh
```