Hi,

I need to do a backup from my workflow including forms, database and package.  What is the correctly way to do?

Thanks!

  • No labels

1 Comment

  1. You can run the database backup, and the backup routine is dependent on the specific DBMS you are using. If you are using the default MySQL, you can use mysqldump.

    Besides the database backup, you also need to backup the <joget-installation-dir>/wflow/ directory. That's all :)