Skip to content
New issue

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

FAQ: notes for backup #2653

Closed
fulldecent opened this issue Jan 31, 2023 · 1 comment
Closed

FAQ: notes for backup #2653

fulldecent opened this issue Jan 31, 2023 · 1 comment

Comments

@fulldecent
Copy link
Contributor

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

@fulldecent fulldecent changed the title Wiki: FAQ: notes for backup Jan 31, 2023
@freescout-helpdesk
Copy link
Contributor

Added as an example to https://github.com/freescout-helpdesk/freescout/wiki/Backup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants