Projekt

Allgemein

Profil

ERPNext14 » Historie » Version 55

Jeremias Keihsler, 17.10.2023 08:47

1 1 Jeremias Keihsler
h1. ERPNext 14
2
3 41 Jeremias Keihsler
long term goal is to run ERPNext in a podman-pod. Maybe this can be a first stepping stone:
4
https://piotrkrzyzek.com/how-to-setup-self-host-erpnext-in-docker-without-treafik-nginx-only/
5
until then we use Bitnami VMs.
6
7 1 Jeremias Keihsler
h2. Bitnami based on Debian 11
8
9
out of the box ERPNext is installed. This describes what else can/needs to be done:
10
11
h3. convert VirtualBox-ova to be used with KVM
12
13
untar @.ova@
14
15
<pre><code class="shell">
16 52 Jeremias Keihsler
tar xvf bitnami-erpnext-14.44.0-r0-debian-11-x86_64-amd64.ova
17 1 Jeremias Keihsler
</code></pre>
18
19
convert @.vmdk@ to @.qcow2@ while showing 'progress'
20
21
<pre><code class="shell">
22
qemu-img convert -p -f vmdk -O qcow2 \
23 52 Jeremias Keihsler
  bitnami-erpnext-14-14.44.0-r0-debian-11-x86_64-amd64-disk-0.vmdk \
24
  bitnami-erpnext-14-14.44.0-r0-debian-11-x86_64-amd64-disk-0.qcow2
25 1 Jeremias Keihsler
</code></pre>
26
27
this is a sample virsh dumpxml with a bridged interface
28
29
<pre><code class="xml">
30
<domain type="kvm" id="7">
31 2 Jeremias Keihsler
  <name>bitnami_erpnext</name>
32
  <uuid>acf57964-b3d8-4148-9391-b4552a72a32c</uuid>
33
  <metadata>
34
    <libosinfo:libosinfo>
35
    <libosinfo:os id="http://debian.org/debian/11"/>
36
    </libosinfo:libosinfo>
37
  </metadata>
38
  <memory unit="KiB">4194304</memory>
39
  <currentMemory unit="KiB">4194304</currentMemory>
40
  <vcpu placement="static">2</vcpu>
41
  <resource>
42
    <partition>/machine</partition>
43
  </resource>
44
  <os>
45
    <type arch="x86_64" machine="pc-i440fx-rhel7.0.0">hvm</type>
46
    <boot dev="hd"/>
47
    <bootmenu enable="yes"/>
48
  </os>
49
  <features>
50
    <acpi/>
51
    <apic/>
52
  </features>
53
  <cpu mode="host-passthrough" check="none">
54
    <topology sockets="1" cores="1" threads="2"/>
55
  </cpu>
56
  <clock offset="utc">
57
    <timer name="rtc" tickpolicy="catchup"/>
58
    <timer name="pit" tickpolicy="delay"/>
59
    <timer name="hpet" present="no"/>
60
  </clock>
61
  <on_poweroff>destroy</on_poweroff>
62
  <on_reboot>restart</on_reboot>
63
  <on_crash>destroy</on_crash>
64
  <pm>
65
    <suspend-to-mem enabled="no"/>
66
    <suspend-to-disk enabled="no"/>
67
  </pm>
68
  <devices>
69
    <emulator>/usr/libexec/qemu-kvm</emulator>
70
    <disk type="file" device="disk">
71
      <driver name="qemu" type="qcow2"/>
72
      <source file="/../libvirt/images/bitnami-erpnext-14.11.0-0-linux-vm-debian-11-x86_64-nami-disk1.qcow2"/>
73
      <backingStore/>
74
      <target dev="vdb" bus="virtio"/>
75
      <alias name="virtio-disk1"/>
76
      <address type="pci" domain="0x0000" bus="0x00" slot="0x0b" function="0x0"/>
77
    </disk>
78
    <controller type="usb" index="0" model="ich9-ehci1">
79
      <alias name="usb"/>
80
      <address type="pci" domain="0x0000" bus="0x00" slot="0x05" function="0x7"/>
81
    </controller>
82
    <controller type="usb" index="0" model="ich9-uhci1">
83
      <alias name="usb"/>
84
      <master startport="0"/>
85
      <address type="pci" domain="0x0000" bus="0x00" slot="0x05" function="0x0" multifunction="on"/>
86
    </controller>
87
    <controller type="usb" index="0" model="ich9-uhci2">
88
      <alias name="usb"/>
89
      <master startport="2"/>
90
      <address type="pci" domain="0x0000" bus="0x00" slot="0x05" function="0x1"/>
91
    </controller>
92
    <controller type="usb" index="0" model="ich9-uhci3">
93
      <alias name="usb"/>
94
      <master startport="4"/>
95
      <address type="pci" domain="0x0000" bus="0x00" slot="0x05" function="0x2"/>
96
    </controller>
97
    <controller type="pci" index="0" model="pci-root">
98
      <alias name="pci.0"/>
99
    </controller>
100
    <controller type="virtio-serial" index="0">
101
      <alias name="virtio-serial0"/>
102
      <address type="pci" domain="0x0000" bus="0x00" slot="0x06" function="0x0"/>
103
    </controller>
104
    <controller type="scsi" index="0" model="virtio-scsi">
105
      <alias name="scsi0"/>
106
      <address type="pci" domain="0x0000" bus="0x00" slot="0x0a" function="0x0"/>
107
    </controller>
108
    <interface type="bridge">
109
      <mac address="52:54:00:29:00:87"/>
110
      <source bridge="br0"/>
111
      <target dev="vnet1"/>
112
      <model type="virtio"/>
113
      <alias name="net0"/>
114
      <address type="pci" domain="0x0000" bus="0x00" slot="0x03" function="0x0"/>
115
    </interface>
116
    <serial type="pty">
117
      <source path="/dev/pts/9"/>
118
      <target type="isa-serial" port="0">
119
        <model name="isa-serial"/>
120
      </target>
121
      <alias name="serial0"/>
122
    </serial>
123
    <console type="pty" tty="/dev/pts/9">
124
      <source path="/dev/pts/9"/>
125
      <target type="serial" port="0"/>
126
      <alias name="serial0"/>
127
    </console>
128
    <channel type="unix">
129
      <source mode="bind" path="/var/lib/libvirt/qemu/channel/target/domain-7-bitnami_erpnext/org.qemu.guest_agent.0"/>
130
      <target type="virtio" name="org.qemu.guest_agent.0" state="disconnected"/>
131
      <alias name="channel0"/>
132
      <address type="virtio-serial" controller="0" bus="0" port="1"/>
133
    </channel>
134
    <channel type="spicevmc">
135
      <target type="virtio" name="com.redhat.spice.0" state="disconnected"/>
136
      <alias name="channel1"/>
137
      <address type="virtio-serial" controller="0" bus="0" port="2"/>
138
    </channel>
139
    <input type="tablet" bus="usb">
140
      <alias name="input0"/>
141
      <address type="usb" bus="0" port="1"/>
142
    </input>
143
    <input type="mouse" bus="ps2">
144
      <alias name="input1"/>
145
    </input>
146
    <input type="keyboard" bus="ps2">
147
      <alias name="input2"/>
148
    </input>
149
    <graphics type="spice" port="5901" autoport="yes" listen="127.0.0.1">
150
      <listen type="address" address="127.0.0.1"/>
151
    </graphics>
152
    <sound model="ich6">
153
      <alias name="sound0"/>
154
      <address type="pci" domain="0x0000" bus="0x00" slot="0x04" function="0x0"/>
155
    </sound>
156
    <video>
157
      <model type="qxl" ram="65536" vram="65536" vgamem="16384" heads="1" primary="yes"/>
158
      <alias name="video0"/>
159
      <address type="pci" domain="0x0000" bus="0x00" slot="0x02" function="0x0"/>
160
    </video>
161
    <redirdev bus="usb" type="spicevmc">
162
      <alias name="redir0"/>
163
      <address type="usb" bus="0" port="2"/>
164
    </redirdev>
165
    <redirdev bus="usb" type="spicevmc">
166
      <alias name="redir1"/>
167
      <address type="usb" bus="0" port="3"/>
168
    </redirdev>
169
    <memballoon model="virtio">
170
      <alias name="balloon0"/>
171
      <address type="pci" domain="0x0000" bus="0x00" slot="0x08" function="0x0"/>
172
    </memballoon>
173
    <rng model="virtio">
174
      <backend model="random">/dev/urandom</backend>
175
      <alias name="rng0"/>
176
      <address type="pci" domain="0x0000" bus="0x00" slot="0x09" function="0x0"/>
177
    </rng>
178
  </devices>
179
  <seclabel type="dynamic" model="selinux" relabel="yes">
180
    <label>system_u:system_r:svirt_t:s0:c328,c377</label>
181
    <imagelabel>system_u:object_r:svirt_image_t:s0:c328,c377</imagelabel>
182
  </seclabel>
183
  <seclabel type="dynamic" model="dac" relabel="yes">
184
    <label>+107:+107</label>
185
    <imagelabel>+107:+107</imagelabel>
186
  </seclabel>
187 1 Jeremias Keihsler
</domain>
188
</code></pre>
189
190 48 Jeremias Keihsler
h3. modify keyboard layout
191
192
taken from https://docs.bitnami.com/virtual-machine/faq/configuration/configure-keyboard/
193
194
<pre><code class="shell">
195 54 Jeremias Keihsler
sudo apt update
196
sudo apt install keyboard-configuration console-setup
197 48 Jeremias Keihsler
</code></pre>
198
199 12 Jeremias Keihsler
h3. set static IP address
200
201
taken from https://docs.bitnami.com/virtual-machine/faq/configuration/configure-static-address/
202
203
check link and current IPs
204
205
<pre><code class="shell">
206
sudo ifconfig
207
</code></pre>
208
209
<pre><code class="shell">
210
cd /etc/systemd/network
211
sudo touch 25-wired.network
212
</code></pre>
213
214
add following lines
215
216
<pre>
217
[Match]
218 30 Jeremias Keihsler
Name=ens3
219 12 Jeremias Keihsler
220
[Network]
221
Address=HOST-IP-ADDRESS
222
Gateway=GATEWAY-IP-ADDRESS
223
</pre>
224
225
restart service
226
227
<pre><code class="shell">
228 55 Jeremias Keihsler
sudo systemctl restart systemd-networkd
229 30 Jeremias Keihsler
sudo systemctl enable systemd-networkd
230 12 Jeremias Keihsler
</code></pre>
231
232 2 Jeremias Keihsler
h3. activate SSH-Server
233 1 Jeremias Keihsler
234 2 Jeremias Keihsler
taken from https://docs.bitnami.com/virtual-machine/faq/get-started/enable-ssh/
235 1 Jeremias Keihsler
236 2 Jeremias Keihsler
<pre><code class="shell">
237
sudo rm -f /etc/ssh/sshd_not_to_be_run
238
sudo systemctl enable ssh
239
sudo systemctl start ssh
240
</code></pre>
241 1 Jeremias Keihsler
242 3 Jeremias Keihsler
h3. ... password-based SSH auth (are you serious?)
243
244
maybe ok for testing .. 
245
taken from https://docs.bitnami.com/virtual-machine/faq/get-started/enable-ssh-password/
246
247
edit @/etc/ssh/sshd_config@ and add/modify the following line
248
249
<pre><code class="shell">
250
  PasswordAuthentication yes
251
</code></pre>
252
253
restart SSH server
254
255
<pre><code class="shell">
256 35 Jeremias Keihsler
  sudo systemctl restart ssh
257 28 Jeremias Keihsler
</code></pre>
258
259 4 Jeremias Keihsler
h3. ... and of course cert-based ..
260
261
from the remote machine just
262
263
<pre><code class="shell">
264 36 Jeremias Keihsler
ssh-copy-id bitnami@example.com
265 31 Jeremias Keihsler
</code></pre>
266
267 5 Jeremias Keihsler
h3. alias ll
268
269 6 Jeremias Keihsler
for everyone .. taken from https://www.server-world.info/en/note?os=Debian_11&p=initial_conf&f=2
270
271 5 Jeremias Keihsler
<pre><code class="shell">
272
sudo vim /etc/profile.d/command_alias.sh
273
</code></pre>
274
275
<pre>
276
# create new file
277
# add alias you'd like to set
278
alias ll='ls $LS_OPTIONS -l'
279
# alias l='ls $LS_OPTIONS -lA'
280
# alias rm='rm -i'
281
# alias cp='cp -i'
282
# alias mv='mv -i'
283
</pre>
284
285
<pre><code class="shell">
286
source /etc/profile.d/command_alias.sh
287
</code></pre>
288
289 13 Jeremias Keihsler
h3. Install the Wkhtmltopdf extension
290
291
taken from https://docs.bitnami.com/aws/apps/erpnext/configuration/install-wkhtmltopdf/
292
293 42 Jeremias Keihsler
alternatively it should be possible to install via something like @bench install wkhtmltopdf@
294
295 13 Jeremias Keihsler
<pre><code class="shell">
296
find /opt/bitnami/common/bin -name fc-* | sudo xargs -I {} mv {} {}.bak
297 22 Jeremias Keihsler
sudo apt install zlib1g fontconfig libxrender1 libfreetype6 libxext6 libx11-6
298 14 Jeremias Keihsler
</code></pre>
299
300
Download the latest version of the package from the Wkhtmltopdf project releases page and install it. Replace the X.Y.Z and PLATFORM placeholders with the correct version and platform strings from the release filename.
301
302
https://github.com/wkhtmltopdf/wkhtmltopdf/releases/
303
304 15 Jeremias Keihsler
as of 2023-02-16 https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_amd64.deb
305
306 14 Jeremias Keihsler
<pre><code class="shell">
307 13 Jeremias Keihsler
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/X.Y.Z/wkhtmltox_X.Y.Z.PLATFORM.deb
308
sudo apt install -f ./wkhtmltox_X.Y.Z.PLATFORM.deb
309
sudo /opt/bitnami/ctlscript.sh restart
310
</code></pre>
311
312 21 Jeremias Keihsler
h4. install alternative way?
313
314
without QT but with virtual X11-Server
315
316
https://packages.debian.org/bullseye/xvfb
317
https://installati.one/debian/11/wkhtmltopdf/
318
https://packages.debian.org/stable/wkhtmltopdf
319
320
needs some testing
321
322 23 Jeremias Keihsler
h4. Troubleshooting PDF formating issues
323 18 Jeremias Keihsler
324
taken from https://discuss.frappe.io/t/pdf-alignment-problem/34425/7
325
326
set the IP-adr. in @site_config.json@
327
328
<pre><code class="shell">
329
vim /opt/bitnami/erpnext/frappe-bench/sites/erpnext/site_config.json
330
</code></pre>
331
332 24 Jeremias Keihsler
replace @http:localhost@ with the @https://hostname-ip:443@
333 18 Jeremias Keihsler
334
<pre>
335 24 Jeremias Keihsler
 "host_name": "https://192.168.41.131:443"
336 18 Jeremias Keihsler
</pre>
337
338 20 Jeremias Keihsler
h4. Troubleshooting (is just a reminder ... I stumbled across but didn't do it, as there were no related issues yet)
339 13 Jeremias Keihsler
340
If you experience issues with display resolution on Linux platforms, they could be related to the xfonts-75dpi or xfonts-100dpi packages. Uninstall them by executing:
341
342
<pre><code class="shell">
343
sudo dpkg --remove --force-depends xfonts-75dpi
344
sudo dpkg --remove --force-depends xfonts-100dpi
345 18 Jeremias Keihsler
</code></pre>
346 13 Jeremias Keihsler
347 16 Jeremias Keihsler
h3. install weasyprint
348
349
taken from https://packages.debian.org/bullseye/weasyprint
350
351
<pre><code class="shell">
352
sudo apt install weasyprint
353
</code></pre>
354
355 29 Jeremias Keihsler
h3. automatic backup of ERPNext
356 25 Jeremias Keihsler
357
<pre><code class="shell">
358
sudo vim /usr/local/bin/erpnext-backup.sh
359
</code></pre>
360
361
<pre><code class="shell">
362 26 Jeremias Keihsler
#!/bin/bash -l
363 1 Jeremias Keihsler
364 26 Jeremias Keihsler
# there is some 'magic' in the shebang, the '-l' is invoking the environment of the calling user (in this case 'bitnami')
365 1 Jeremias Keihsler
# JKE 2023-08-24
366 25 Jeremias Keihsler
cd /opt/bitnami/erpnext/frappe-bench
367 33 Jeremias Keihsler
# JKE 2023-10-13 backup sites individually and with files
368
# bench backup-all-sites
369 34 Jeremias Keihsler
# bench --site erpnext backup --with-files
370 39 Jeremias Keihsler
# bench --site erpnext set-maintenance-mode on
371 34 Jeremias Keihsler
bench --site all backup --with-files
372 39 Jeremias Keihsler
# bench --site erpnext set-maintenance-mode off
373 38 Jeremias Keihsler
# bench --site all backup --with-files --compress --backup-path /var/cache/myerpnext.bak/
374 33 Jeremias Keihsler
# /JKE 2023-10-13
375 25 Jeremias Keihsler
</code></pre>
376
377
<pre><code class="shell">
378
sudo chmod +x /usr/local/bin/erpnext-backup.sh
379 1 Jeremias Keihsler
</code></pre>
380
381 26 Jeremias Keihsler
<pre><code class="shell">
382
sudo vim /etc/cron.d/erpnext-backup
383
</code></pre>
384 1 Jeremias Keihsler
385 26 Jeremias Keihsler
<pre><code class="shell">
386
# JKE 2023-08-24
387
#
388
#    min  hr   dom  month dow     user    command
389
#    -    -    -    -     -
390
#    |    |    |    |     |
391
#    |    |    |    |     +-day of week (0-7) sunday=0 or 7
392
#    |    |    |    +---------month (1-12)
393
#    |    |    +----------------day of month (1-31)
394
#    |    +-----------------------hour (0-23)
395
#    +------------------------------min (0-59)
396
#
397
#     32   13   *    *     *       bitnami  /usr/local/bin/erpnext-backup.sh >> /home/bitnami/erpnext-backup.log 2>&1
398
     15   18   *    *     *       bitnami  /usr/local/bin/erpnext-backup.sh
399
</code></pre>
400
401
here is again some 'magic', there is no MTA available. So any output from the cron-job gets discarded.
402
use the upper construct to debug and append the output to @/home/bitnami/erpnext-backup.log@
403 25 Jeremias Keihsler
404 1 Jeremias Keihsler
the backups are stored in @/opt/bitnami/erpnext/frappe-bench/sites/erpnext/private/backups@
405 29 Jeremias Keihsler
406
h4. retrieve backups from external machine
407
408
rsync is not installed by default ..
409
410
<pre><code class="shell">
411
sudo apt-get install rsync
412
</code></pre>
413
414
from the external machine, just invoke like
415
416
<pre><code class="shell">
417
rsync --verbose --progress --stats --recursive bitnami@example.com:/opt/bitnami/erpnext/frappe-bench/sites/erpnext/private/backups/* .
418
</code></pre>
419 16 Jeremias Keihsler
420 40 Jeremias Keihsler
h3. check ERPNext version
421
422
<pre><code class="shell">
423
cd /opt/bitnami/erpnext/frappe-bench
424
bench version
425
</code></pre>
426
427 1 Jeremias Keihsler
h3. migrate ERPNext to new server
428 43 Jeremias Keihsler
429
h4. backup complete machine
430
431
come on, you know how to do that image..
432
433
h4. check the current version
434
435
<pre><code class="shell">
436
cd /opt/bitnami/erpnext/frappe-bench
437
bench version
438
bench --version
439
</code></pre>
440
441
h4. upgrade ERPNext
442
443
taken from: https://docs.bitnami.com/general/apps/erpnext/administration/upgrade/
444
445
Executing the following commands as bitnami user or the user who installed the application:
446
this may also help: https://medium.com/@prasantpant141/update-your-frappe-to-specific-latest-version-a08689fcd296
447
448
<pre><code class="shell">
449
cd /opt/bitnami/erpnext/frappe-bench/apps/erpnext
450
. ../../../venv/bin/activate
451
bench update
452
deactivate
453 53 Jeremias Keihsler
bench --site erpnext migrate
454 43 Jeremias Keihsler
</code></pre>
455
456
maybe it is necessary to update @pip@ and/or @frappe-bench@ to make it happen:
457
458
<pre><code class="shell">
459
cd /opt/bitnami/erpnext/frappe-bench
460
pip install --upgrade pip
461
pip3 install --upgrade frappe-bench
462
</code></pre>
463
464
h5. troubleshoot
465
466
the update from v14.16 upwards seem to miss 2 log-files.
467
<pre><code class="shell">
468
cd /opt/bitnami/erpnext/frappe-bench/logs
469
sudo touch database.log
470
sudo chown daemon:daemon database.log
471
sudo chmod 666 database.log
472
cd /opt/bitnami/erpnext/frappe-bench/sites/erpnext/logs
473
sudo touch database.log
474
sudo chown daemon:daemon database.log
475
sudo chmod 666 database.log
476
</code></pre>
477 1 Jeremias Keihsler
478 7 Jeremias Keihsler
h4. backup
479
480 47 Jeremias Keihsler
see also: https://medium.com/@anjanadhakal09/erpnext-frappe-backup-and-restore-in-new-site-4aa908dc3fb0
481
482 5 Jeremias Keihsler
<pre><code class="shell">
483
cd /opt/bitnami/erpnext/frappe-bench
484 50 Jeremias Keihsler
bench --site all backup --with-files
485 7 Jeremias Keihsler
</code></pre>
486
487
files are saved very deep
488
489
<pre><code class="shell">
490
cd /opt/bitnami/erpnext/frappe-bench/sites/erpnext/private/backups/
491
</code></pre>
492
493
h4. restore
494
495 46 Jeremias Keihsler
also have a look at:
496
* https://frappeframework.com/docs/user/en/bench/reference/restore
497
* https://serverok.in/erpnext-restore-backup
498 45 Jeremias Keihsler
499 7 Jeremias Keihsler
copy files to new server into @/home/bitnami@
500
501
<pre><code class="shell">
502 8 Jeremias Keihsler
cd /opt/bitnami/erpnext/frappe-bench/
503 51 Jeremias Keihsler
bench --site erpnext restore /home/bitnami/yyyymmdd_hhmmss-erpnext-database.sql.gz  --with-public-files /home/bitnami/yyyymmdd_hhmmss-erpnext-files.tar --with-private-files /home/bitnami/yyyymmdd_hhmmss-erpnext-private-files.tar
504 5 Jeremias Keihsler
</code></pre>
505 1 Jeremias Keihsler
506
h2. vanilla install based on Ubuntu
507 10 Jeremias Keihsler
508 11 Jeremias Keihsler
h3. backup and load into test-site
509 10 Jeremias Keihsler
510 44 Jeremias Keihsler
also have a look at: https://www.it-management-kirchberger.at/manuals-tutorials/server-centos-7/erpnext/todo.html
511
512 10 Jeremias Keihsler
To create a staging site from a production site backup:
513
514
<pre><code class="shell">
515
cd <frappe/erpnext Verzeichnis>
516
mkdir ~/backup/
517
518
bench --site prod.example.net set-maintenance-mode on
519
bench --site prod.example.net set-config pause_scheduler 1
520
bench --site prod.example.net backup --with-files --compress --backup-path ~/backup/ 
521
# notice: Database Public & Private from stdout
522
bench --site prod.example.net set-maintenance-mode off
523
524
restore into other Staging instance:
525
526
bench new-site staging.example.net
527
bench --site staging.example.net set-maintenance-mode on
528
529
bench --site staging.example.net restore ~/backup/YYYYMMDD_HHMMSS-prod.example.net-database.sql.gz
530
  --with-public-files  ~/backup/YYYYMMDD_HHMMSS-prod.example.net-files.tar.gz
531
  --with-private-files ~/backup/YYYYMMDD_HHMMSS-prod.example.net-private-files.tar.gz
532
  MySQL root password:
533
534
bench --site staging.example.net mute_emails true
535
bench --site staging.example.net set-maintenance-mode off
536
rm -r ~/backup/
537
</code></pre>