We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here are backup instructions I have successfully used with FreeScout when using the default (first option each time) install instructions.
Pasting here in case they might be helpful to note at https://github.com/freescout-helpdesk/freescout/wiki/FAQ#how-to-backup-and-restore-the-freescout
# Get website files: rsync --recursive --delete --times [email protected]:/var/www/html var-web-html # Dump and get MySQL databases: ssh [email protected] 'mysqldump --all-databases > ~/mysql-dump.sql' && rsync [email protected]:mysql-dump.sql mysql-dump.sql && ssh [email protected] 'rm ~/mysql-dump.sql'
Side reference: #2568
The text was updated successfully, but these errors were encountered:
Added as an example to https://github.com/freescout-helpdesk/freescout/wiki/Backup
Sorry, something went wrong.
No branches or pull requests
Here are backup instructions I have successfully used with FreeScout when using the default (first option each time) install instructions.
Pasting here in case they might be helpful to note at https://github.com/freescout-helpdesk/freescout/wiki/FAQ#how-to-backup-and-restore-the-freescout
Side reference: #2568
The text was updated successfully, but these errors were encountered: