Commit 0afd0861 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

frappe itself does not create a database - nothing to dump

parent 5628de19
...@@ -47,8 +47,6 @@ postinstall: nginx-conf ...@@ -47,8 +47,6 @@ postinstall: nginx-conf
@echo "$$NGINX_CONF" > /etc/nginx/nginx.conf @echo "$$NGINX_CONF" > /etc/nginx/nginx.conf
cd /srv/frappe/bench && bench setup supervisor cd /srv/frappe/bench && bench setup supervisor
ln -s /srv/frappe/bench/config/supervisor.conf /etc/supervisord.d/frappe.conf ln -s /srv/frappe/bench/config/supervisor.conf /etc/supervisord.d/frappe.conf
/build/usr/bin/mysqldump -u frappe -psecret -h 127.0.0.1 frappe > /srv/frappe/frappe.sql
xz -9 /srv/frappe/frappe.sql
nginx-conf: nginx-conf:
define NGINX_CONF define NGINX_CONF
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment