digitalfondue / lavagna

Lavagna: issue tracker/project management tool
http://lavagna.io
GNU General Public License v3.0
635 stars 109 forks source link

Graceful way of terminating lavagna #143

Closed ahmedmohiduet closed 3 years ago

ahmedmohiduet commented 3 years ago

Can I terminate Lavagna process from my terminal gracefully? Can't find any documentation shutting Lavagna down gracefully.

syjer commented 3 years ago

hi @ahmedmohiduet ,

Can I terminate Lavagna process from my terminal gracefully

yes, you can terminate the process without issues. In the end the application state is stored in the database.

ahmedmohiduet commented 3 years ago

hi @syjer : so, can I issue some non-CTRL+C / non-KILL command which would have Lavagna exit? I am using hsqldb file mode. but leaving Lavagna parent process terminated leaves my hsqldb db properties file property "modified=yes". And my command line backup command failing. I am looking more of a command line automated backup from my file-mode hsqldb

ahmedmohiduet commented 3 years ago

Closing. It looks like exists inside hsqldb server mode.